Home
last modified time | relevance | path

Searched refs:AcceptFlags (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/rustix/src/net/
Dsocket.rs9 AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
345 pub fn accept_with<Fd: AsFd>(sockfd: Fd, flags: AcceptFlags) -> io::Result<OwnedFd> { in accept_with()
386 flags: AcceptFlags, in acceptfrom_with() argument
Dmod.rs30 socket_with, AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs15 use super::types::{AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType};
261 pub(crate) fn accept_with(sockfd: BorrowedFd<'_>, flags: AcceptFlags) -> io::Result<OwnedFd> { in accept_with()
300 flags: AcceptFlags, in acceptfrom_with() argument
321 pub(crate) fn accept_with(sockfd: BorrowedFd<'_>, _flags: AcceptFlags) -> io::Result<OwnedFd> { in accept_with()
330 _flags: AcceptFlags, in acceptfrom_with() argument
Dtypes.rs648 pub struct AcceptFlags: c::c_int {
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs248 pub struct AcceptFlags: c::c_uint {
Dsyscalls.rs16 use super::types::{AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType};
146 pub(crate) fn accept_with(fd: BorrowedFd<'_>, flags: AcceptFlags) -> io::Result<OwnedFd> { in accept_with()
203 flags: AcceptFlags, in acceptfrom_with() argument
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dconv.rs602 impl<'a, Num: ArgNumber> From<crate::net::AcceptFlags> for ArgReg<'a, Num> {
604 fn from(flags: crate::net::AcceptFlags) -> Self { in from()
/third_party/rust/crates/rustix/src/
Dio_uring.rs727 pub accept_flags: crate::net::AcceptFlags,