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

/freebsd-9.3-release/usr.sbin/faithd/
H A Dftp.c61 static int wport6 = -1; /* listen() to passive */ variable
112 if (0 <= wport6) {
152 if (0 <= wport6) {
153 if (wport6 >= FD_SETSIZE)
155 FD_SET(wport6, &readfds);
156 maxfd = (wport6 > maxfd) ? wport6 : maxfd;
299 if (wport6 && FD_ISSET(wport6, &readfds))
393 pfd[0].fd = wport6;
[all...]

Completed in 40 milliseconds