Home
last modified time | relevance | path

Searched refs:SockProtocol (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/nix/test/sys/
Dtest_sockopt.rs5 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::Tcp, in test_ip_tos()
[all …]
Dtest_socket.rs1605 socket, SockFlag, SockProtocol, SockType, SysControlAddr, in test_syscontrol()
1612 SockProtocol::KextControl, in test_syscontrol()
/external/rust/crates/nix/src/sys/socket/
Dmod.rs134 pub enum SockProtocol { enum
2080 pub fn socket<T: Into<Option<SockProtocol>>>( in socket()
2105 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair()
/external/rust/crates/nix/
DCHANGELOG.md52 - Added `SockProtocol::Raw` for raw sockets
92 - Added `ETH_P_ALL` to `SockProtocol` enum
574 - Added Netlink protocol families to the `SockProtocol` enum
1198 has changed type from `c_int` to `SockProtocol`.