HomeSort by: relevance | last modified time | path
    Searched refs:port6 (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/faithd/
ftp.c 59 static int port6 = -1; /* active: outbound passive: inbound */ variable
91 if (0 <= port6) {
92 pfd[3].fd = port6;
159 if (0 <= port4 && 0 <= port6 && (pfd[2].revents & POLLIN))
166 error = ftp_copy(port4, port6);
175 if (port6 >= 0) {
176 (void)close(port6);
177 port6 = -1;
185 if (0 <= port4 && 0 <= port6 && (pfd[3].revents & POLLIN))
192 error = ftp_copy(port6, port4)
    [all...]
  /src/sys/dev/ieee1394/
firewire.h 330 port6:2, member in struct:fw_self_id::__anon3085
378 port6:2, member in struct:fw_self_id::__anon3088
firewire.c 1587 s->p1.port5, s->p1.port6, s->p1.port7,

Completed in 63 milliseconds