Searched defs:client_sock (Results 1 – 4 of 4) sorted by relevance
76 void* handleConnection(int client_sock, int fwd_cid, int fwd_port) { in handleConnection()150 int client_sock; in setupRoute() local
137 def send_recv_data_datagram_sockets(client, server, client_sock, server_sock, argument270 def send_recv_data_sockets(client, server, client_sock, server_sock): argument
221 std::optional<base::UnixSocketRaw> client_sock = in CreateHeapprofdClient() local
341 async def client_sock(addr): function