Searched refs:resfd (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/ypserv/
H A Dyp_extern.h68 extern int resfd;
H A Dyp_main.c92 int resfd; variable
150 FD_SET(resfd, &readfds);
168 if (FD_ISSET(resfd, &readfds)) {
170 FD_CLR(resfd, &readfds);
H A Dyp_dnslookup.c136 if ((resfd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) {
140 if (fcntl(resfd, F_SETFL, O_NONBLOCK) == -1) {
188 rval = sendto(resfd, buf, n, 0,
358 rval = recvfrom(resfd, buf, sizeof(buf), 0,

Completed in 150 milliseconds