Searched refs:host_port (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | channels.c | 1532 c->host_port = ntohs(s4_req.dest_port); in channel_decode_socks4() 1535 c->self, c->path, c->host_port, s4_req.command); in channel_decode_socks4() 1669 c->host_port = ntohs(dest_port); in channel_decode_socks5() 1672 c->self, c->path, c->host_port, s5_req.command); in channel_decode_socks5() 1701 c->host_port = port_to_connect; in channel_connect_stdio_fwd() 1895 rtype, c->listening_port, c->path, c->host_port, in port_open_helper() 1902 (r = sshpkt_put_u32(ssh, c->host_port)) != 0) in port_open_helper() 1956 c->listening_port, c->path, c->host_port); in channel_post_port_listener() 1964 } else if (c->host_port == PORT_STREAMLOCAL) { in channel_post_port_listener() 1967 } else if (c->host_port == 0) { in channel_post_port_listener() [all …]
|
| HD | channels.h | 166 int host_port; /* remote port to connect for forwards */ member
|
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | bio.h | 646 int BIO_get_accept_socket(char *host_port, int mode); 655 BIO *BIO_new_connect(const char *host_port); 656 BIO *BIO_new_accept(const char *host_port);
|
| /dragonfly/libexec/ftpd/ |
| HD | ftpcmd.y | 174 | PORT check_login SP host_port CRLF 828 host_port
|