Searched refs:from_unix_seqpacket (Results 1 – 2 of 2) sorted by relevance
152 pub fn from_unix_seqpacket(sock: UnixSeqpacket) -> StreamChannel { in from_unix_seqpacket() method392 let mut sender = StreamChannel::from_unix_seqpacket(sock_sender); in test_from_unix_seqpacket()393 let mut receiver = StreamChannel::from_unix_seqpacket(sock_receiver); in test_from_unix_seqpacket()
66 socket: StreamChannel::from_unix_seqpacket(sock) in new_from_unix_seqpacket()