Searched refs:peer_cred (Results 1 – 2 of 2) sorted by relevance
21 let cred_a = a.peer_cred().unwrap(); in test_socket_pair()22 let cred_b = b.peer_cred().unwrap(); in test_socket_pair()
585 pub fn peer_cred(&self) -> io::Result<UCred> { in peer_cred() method