Home
last modified time | relevance | path

Searched refs:socket_with (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/net/
H A Dsocket.rs25 /// 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 Dmod.rs30 socket_with, AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs159 pub(crate) fn socket_with(
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs60 pub(crate) fn socket_with(

Completed in 3 milliseconds