Home
last modified time | relevance | path

Searched defs:owned_fd (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs248 let owned_fd = ret_owned_fd(c::accept(borrowed_fd(sockfd), null_mut(), null_mut()))?; in accept() localVariable
263 let owned_fd = ret_owned_fd(c::accept4( in accept_with() localVariable
278 let owned_fd = ret_owned_fd(c::accept( in acceptfrom() localVariable
305 let owned_fd = ret_owned_fd(c::accept4( in acceptfrom_with() localVariable
/third_party/rust/crates/rustix/src/backend/libc/
Dconv.rs36 pub(super) fn owned_fd(fd: OwnedFd) -> LibcFd { in owned_fd() function