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

/freebsd-10.1-release/usr.sbin/faithd/
H A Dftp.c60 static int wport4 = -1; /* listen() to active */ variable
107 if (0 <= wport4) {
108 pfd[4].fd = wport4;
113 pfd[5].fd = wport4;
146 if (0 <= wport4) {
147 if (wport4 >= FD_SETSIZE)
149 FD_SET(wport4, &readfds);
150 maxfd = (wport4 > maxfd) ? wport4 : maxfd;
286 if (wport4
[all...]

Completed in 45 milliseconds