Searched refs:client_s (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/libexec/rbootd/ |
| HD | defs.h | 107 typedef struct client_s { struct 110 struct client_s *next; /* ptr to next */ argument
|
| /NextBSD/contrib/apr/ |
| HD | configure | 27162 int listen_s, connected_s, client_s; 27204 client_s = socket(AF_INET, SOCK_STREAM, 0); 27205 if (client_s < 0) { 27216 rc = connect(client_s, (struct sockaddr *)&sa, sizeof sa); 27312 int listen_s, connected_s, client_s; 27353 client_s = socket(AF_INET, SOCK_STREAM, 0); 27354 if (client_s < 0) { 27365 rc = connect(client_s, (struct sockaddr *)&sa, sizeof sa);
|