Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs24 pub const SEQPACKET: Self = Self(c::SOCK_SEQPACKET); constant
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs24 pub const SEQPACKET: Self = Self(c::SOCK_SEQPACKET as u32); constant