Searched refs:in_socket (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/nix/test/sys/ |
D | test_socket.rs | 2205 let in_socket = socket( in test_recvmsg_timestampns() localVariable 2212 setsockopt(in_socket, sockopt::ReceiveTimestampns, &true).unwrap(); in test_recvmsg_timestampns() 2214 bind(in_socket, &localhost).unwrap(); in test_recvmsg_timestampns() 2215 let address: SockaddrIn = getsockname(in_socket).unwrap(); in test_recvmsg_timestampns() 2221 let l = sendmsg(in_socket, &iov, &[], flags, Some(&address)).unwrap(); in test_recvmsg_timestampns() 2228 let r = recvmsg::<()>(in_socket, &mut iov, Some(&mut cmsgspace), flags) in test_recvmsg_timestampns() 2244 nix::unistd::close(in_socket).unwrap(); in test_recvmsg_timestampns() 2260 let in_socket = socket( in test_recvmmsg_timestampns() localVariable 2267 setsockopt(in_socket, sockopt::ReceiveTimestampns, &true).unwrap(); in test_recvmmsg_timestampns() 2269 bind(in_socket, &localhost).unwrap(); in test_recvmmsg_timestampns() [all …]
|
/external/webrtc/rtc_base/ |
D | proxy_server.h | 36 ProxyBinding(AsyncProxyServerSocket* in_socket, Socket* out_socket);
|