Searched refs:resfd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/ypserv/ |
| H A D | yp_main.c | 92 int resfd; variable 150 FD_SET(resfd, &readfds); in yp_svc_run() 168 if (FD_ISSET(resfd, &readfds)) { in yp_svc_run() 170 FD_CLR(resfd, &readfds); in yp_svc_run()
|
| H A D | yp_dnslookup.c | 136 if ((resfd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { in yp_init_resolver() 140 if (fcntl(resfd, F_SETFL, O_NONBLOCK) == -1) { in yp_init_resolver() 188 rval = sendto(resfd, buf, n, 0, in yp_send_dns_query() 358 rval = recvfrom(resfd, buf, sizeof(buf), 0, in yp_run_dnsq()
|
| H A D | yp_extern.h | 68 extern int resfd;
|
| /freebsd/crypto/openssl/test/ |
| H A D | quicapitest.c | 840 int fd = -1, resfd = -1; in test_quic_set_fd() local 878 if (!TEST_true(BIO_get_fd(bio, &resfd)) in test_quic_set_fd() 879 || !TEST_int_eq(resfd, fd)) in test_quic_set_fd()
|