Searched refs:sockets_owner (Results 1 – 2 of 2) sorted by relevance
41 client = client.sockets_owner(config.common_data.uid as u32, config.common_data.uid as u32); in build_client()
397 pub fn sockets_owner(mut self, uid: u32, gid: u32) -> Self { in sockets_owner() method