Searched refs:port6 (Results 1 – 4 of 4) sorted by relevance
63 static int port6 = -1; /* active: outbound passive: inbound */ variable101 if (0 <= port6) { in ftp_relay()102 pfd[3].fd = port6; in ftp_relay()139 if (0 <= port6) { in ftp_relay()140 if (port6 >= FD_SETSIZE) in ftp_relay()142 FD_SET(port6, &readfds); in ftp_relay()143 maxfd = (port6 > maxfd) ? port6 : maxfd; in ftp_relay()227 if (0 <= port4 && 0 <= port6 && (pfd[2].revents & POLLIN)) in ftp_relay()229 if (0 <= port4 && 0 <= port6 && FD_ISSET(port4, &readfds)) in ftp_relay()241 error = ftp_copy(port4, port6); in ftp_relay()[all …]
327 port6:2, member375 port6:2, member
1304 s->p1.port5, s->p1.port6, s->p1.port7, in fw_print_sid()
3403 static unsigned short port6 = 0; local3575 if (port6 == 0)3579 port6 = sp->s_port;3581 port6 = htons(113);3583 RealHostAddr.sin6.sin6_port = port6;