Searched refs:unpcbid_size (Results 1 – 1 of 1) sorted by relevance
120 let unpcbid_size = size_of::<unpcbid>(); in get_peer_cred() localVariable121 let mut unpcbid_size = unpcbid_size as socklen_t; in get_peer_cred() localVariable128 &mut unpcbid_size, in get_peer_cred()130 if ret == 0 && unpcbid_size as usize == size_of::<unpcbid>() { in get_peer_cred()