| /src/usr.sbin/rbootd/ |
| defs.h | 107 typedef struct client_s { struct 110 struct client_s *next; /* ptr to next */
|
| /src/external/bsd/unbound/dist/testcode/ |
| delayer.c | 118 int client_s; member in struct:tcp_proxy 542 sock_close(p->client_s); 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...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| ssl_old_test.c | 145 const unsigned char *client_s; local 150 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); 155 BIO_write(bio_stdout, client_s, client_len); 169 if (client_len && (client_len != sizeof(NEXT_PROTO_STRING) - 2 || memcmp(client_s, NEXT_PROTO_STRING + 1, client_len)))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| ssl_old_test.c | 144 const unsigned char *client_s; local 149 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); 154 BIO_write(bio_stdout, client_s, client_len); 169 memcmp(client_s, NEXT_PROTO_STRING + 1, client_len)))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssltest_old.c | 154 const unsigned char *client_s; local 159 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); 164 BIO_write(bio_stdout, client_s, client_len); 179 memcmp(client_s, NEXT_PROTO_STRING + 1, client_len)))
|