Function rustix::backend::net::syscalls::listen

source ยท
pub(crate) fn listen(fd: BorrowedFd<'_>, backlog: c_int) -> Result<()>