Lines Matching refs:socketpair
284 use nix::sys::socket::{socketpair, AddressFamily, SockFlag, SockType}; in test_socketpair()
287 let (fd1, fd2) = socketpair( in test_socketpair()
356 let (fd2, fd1) = socketpair( in stream()
772 recvmsg, sendmsg, socketpair, AddressFamily, ControlMessage, in test_scm_rights()
778 let (fd1, fd2) = socketpair( in test_scm_rights()
1261 recvmsg, sendmsg, socketpair, AddressFamily, MsgFlags, SockFlag, in test_sendmsg_empty_cmsgs()
1267 let (fd1, fd2) = socketpair( in test_sendmsg_empty_cmsgs()
1317 recvmsg, sendmsg, socketpair, AddressFamily, ControlMessage, in test_scm_credentials()
1325 let (send, recv) = socketpair( in test_scm_credentials()
1417 recvmsg, sendmsg, setsockopt, socketpair, ControlMessage, in test_impl_scm_credentials_and_rights()
1423 let (send, recv) = socketpair( in test_impl_scm_credentials_and_rights()
1550 use nix::sys::socket::{getsockname, socketpair}; in test_unnamed_unixdomain()
1554 let (fd_1, fd_2) = socketpair( in test_unnamed_unixdomain()