Searched defs:client_socket (Results 1 – 4 of 4) sorted by relevance
68 int client_socket; in CreateConnectedSockets() local
260 int client_socket = socket(tried_ipv4 ? AF_INET : AF_INET6, SOCK_STREAM, 0); in test_connect_cancellation_succeeds() local
1237 MHD_socket client_socket, in internal_add_connection()1877 MHD_socket client_socket, in MHD_add_connection()
113 int client_socket; member