Searched refs:acceptfrom_with (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/rustix/src/net/ |
H A D | socket.rs | 330 /// Use [`acceptfrom_with`] to retrieve the peer address. 375 /// `acceptfrom_with` is the same as [`acceptfrom`] but adds an additional 384 pub fn acceptfrom_with<Fd: AsFd>( in acceptfrom_with() functions 388 backend::net::syscalls::acceptfrom_with(sockfd.as_fd(), flags) in acceptfrom_with()
|
H A D | mod.rs | 28 accept, accept_with, acceptfrom, acceptfrom_with, bind, bind_any, bind_v4, bind_v6, connect,
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 298 pub(crate) fn acceptfrom_with( 328 pub(crate) fn acceptfrom_with(
|
Completed in 2 milliseconds