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

/freebsd-9.3-release/usr.sbin/faithd/
H A Dftp.c62 static int port4 = -1; /* active: inbound passive: outbound */ variable
96 if (0 <= port4) {
97 pfd[2].fd = port4;
133 if (0 <= port4) {
134 if (port4 >= FD_SETSIZE)
136 FD_SET(port4, &readfds);
137 maxfd = (port4 > maxfd) ? port4 : maxfd;
227 if (0 <= port4 && 0 <= port6 && (pfd[2].revents & POLLIN))
229 if (0 <= port4
[all...]
/freebsd-9.3-release/usr.sbin/faithd/test/
H A Dfaithd.rb155 port4 = s.addr[1]
158 port4 = "ftp"
163 STDERR.print "connect to #{dest4} #{port4}\n" if DEBUG
164 s4 = TCPsocket.open(dest4, port4)
165 STDERR.print "connected to #{dest4} #{port4}, #{s4.addr[1]}\n" if DEBUG
199 port4 = s.addr[1]
202 port4 = "telnet"
207 STDERR.print "connect to #{dest4} #{port4}\n" if DEBUG
208 s4 = TCPsocket.open(dest4, port4)
209 STDERR.print "connected to #{dest4} #{port4}, #{s
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Dfirewire.h325 port4:2, member in struct:fw_self_id::__anon7857
377 port4:2, member in struct:fw_self_id::__anon7860
H A Dfirewire.c1293 s->p1.phy_id, s->p1.port3, s->p1.port4,
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c3399 static unsigned short port4 = 0; local
3537 if (port4 == 0)
3541 port4 = sp->s_port;
3543 port4 = htons(113);
3545 RealHostAddr.sin.sin_port = port4;

Completed in 118 milliseconds