Searched refs:client_s (Results 1 – 3 of 3) sorted by relevance
118 int client_s; member542 sock_close(p->client_s); in tcp_proxy_delete()576 p->client_s = newfd;582 fd_set_nonblock(p->client_s);595 sock_close(p->client_s);604 FD_SET(FD_SET_T p->client_s, rorig);606 if(p->client_s+1 > *max)607 *max = p->client_s+1;731 if(!delete_it && FD_ISSET(p->client_s, rset)) {734 if(!tcp_relay_read(p->client_s, &p->querylist, [all …]
91 typedef struct client_s { struct94 struct client_s *next; /* ptr to next */ argument
34 typedef struct client_s struct