Searched refs:socket_with (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/rustix/src/net/ |
H A D | socket.rs | 25 /// To pass extra flags such as [`SocketFlags::CLOEXEC`], use [`socket_with`]. 42 /// `socket_with(domain, type_ | flags, protocol)`—Creates a socket, with 49 /// `socket_with` is the same as [`socket`] but adds an additional flags 63 pub fn socket_with( in socket_with() functions 69 backend::net::syscalls::socket_with(domain, type_, flags, protocol) in socket_with()
|
H A D | mod.rs | 30 socket_with, AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 159 pub(crate) fn socket_with(
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | syscalls.rs | 60 pub(crate) fn socket_with(
|
Completed in 3 milliseconds