Searched refs:SockProtocol (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/nix/test/sys/ |
H A D | test_sockopt.rs | 5 SockProtocol, SockType, 82 SockProtocol::Udp, in test_so_buf() 108 SockProtocol::Tcp, in test_so_tcp_maxseg() 132 SockProtocol::Tcp, in test_so_tcp_maxseg() 239 SockProtocol::Tcp, in test_so_tcp_keepalive() 281 SockProtocol::Udp, in test_get_mtu() 323 SockProtocol::Tcp, in test_dontfrag_opts() 361 SockProtocol::Tcp, in test_v6dontfrag_opts() 392 SockProtocol::Tcp, in test_so_priority() 407 SockProtocol in test_ip_tos() [all...] |
H A D | test_socket.rs | 1605 socket, SockFlag, SockProtocol, SockType, SysControlAddr, in test_syscontrol() 1612 SockProtocol::KextControl, in test_syscontrol()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 134 pub enum SockProtocol { enum 2080 pub fn socket<T: Into<Option<SockProtocol>>>( in socket() 2105 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair()
|
Completed in 7 milliseconds