Searched refs:wrap_socket (Results 1 – 4 of 4) sorted by relevance
114 pub fn wrap_socket(socket_type: c_int) -> i32 { in wrap_socket() method229 pub fn wrap_socket(af: i32) -> i32 { in wrap_socket() method
207 let fd = UdsServer::wrap_socket(SOCK_STREAM); in jdwp_listen()
525 let fd: i32 = UdsClient::wrap_socket(AF_UNIX); in server_socket_bind_listen()776 let fd: i32 = UdsClient::wrap_socket(AF_LOCAL); in setup_file_point()784 let fd: i32 = UdsClient::wrap_socket(AF_UNIX); in setup_file_point()
262 self.httpd.socket = self.context.wrap_socket(self.httpd.socket, True)