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

/freebsd-10.1-release/usr.sbin/faithd/
H A Dftp.c63 static int port6 = -1; /* active: outbound passive: inbound */ variable
101 if (0 <= port6) {
102 pfd[3].fd = port6;
139 if (0 <= port6) {
140 if (port6 >= FD_SETSIZE)
142 FD_SET(port6, &readfds);
143 maxfd = (port6 > maxfd) ? port6 : maxfd;
227 if (0 <= port4 && 0 <= port6 && (pfd[2].revents & POLLIN))
229 if (0 <= port4 && 0 <= port6
[all...]
/freebsd-10.1-release/sys/dev/firewire/
H A Dfirewire.h327 port6:2, member in struct:fw_self_id::__anon8543
375 port6:2, member in struct:fw_self_id::__anon8546
H A Dfirewire.c1303 s->p1.port5, s->p1.port6, s->p1.port7,
/freebsd-10.1-release/contrib/sendmail/src/
H A Ddaemon.c3402 static unsigned short port6 = 0; local
3573 if (port6 == 0)
3577 port6 = sp->s_port;
3579 port6 = htons(113);
3581 RealHostAddr.sin6.sin6_port = port6;

Completed in 70 milliseconds