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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h127 int host_port; /* remote port to connect for forwards */ member in struct:Channel
H A Dchannels.c1149 c->host_port = ntohs(s4_req.dest_port);
1152 c->self, c->path, c->host_port, s4_req.command);
1275 c->host_port = ntohs(dest_port);
1278 c->self, c->path, c->host_port, s5_req.command);
1306 c->host_port = port_to_connect;
1445 rtype, c->listening_port, c->path, c->host_port,
1460 packet_put_int(c->host_port);
1474 packet_put_int(c->host_port);
1512 c->listening_port, c->path, c->host_port);
1518 if (c->host_port
2673 u_short host_port; local
3135 u_short port, host_port; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp639 char host_port[128]; local
640 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ());
642 snprintf (connect_url, sizeof(connect_url), "connect://%s", host_port);
647 error = StartDebugserverProcess (host_port, launch_info);
951 char host_port[128]; local
952 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ());
954 snprintf (connect_url, sizeof(connect_url), "connect://%s", host_port);
956 error = StartDebugserverProcess (host_port, attach_inf
1016 char host_port[128]; local
[all...]
H A DProcessGDBRemote.h366 ConnectToDebugserver (const char *host_port);
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio.h727 int BIO_get_accept_socket(char *host_port,int mode);
745 BIO *BIO_new_connect(char *host_port);
746 BIO *BIO_new_accept(char *host_port);
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.y188 | PORT SP host_port CRLF
573 host_port: NUMBER COMMA NUMBER COMMA NUMBER COMMA NUMBER COMMA label
/freebsd-10.0-release/contrib/opie/
H A Dftpcmd.y205 | PORT check_login SP host_port CRLF
625 host_port: NUMBER COMMA NUMBER COMMA NUMBER COMMA NUMBER COMMA label
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y154 | PORT SP host_port CRLF check_secure
731 host_port
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Dftp.y166 | PORT SP host_port CRLF
551 host_port: NUMBER COMMA NUMBER COMMA NUMBER COMMA NUMBER COMMA label
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpcmd.y256 | PORT check_login SP host_port CRLF
930 host_port
/freebsd-10.0-release/libexec/ftpd/
H A Dftpcmd.y158 | PORT check_login SP host_port CRLF
808 host_port

Completed in 141 milliseconds