Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs90 pub enum SockType { enum
113 impl TryFrom<i32> for SockType { implementation
2082 ty: SockType, in socket()
2107 ty: SockType, in socketpair()