Home
last modified time | relevance | path

Searched refs:get_local_port (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dcanohost.h22 int get_local_port(int);
H A Dcanohost.c206 get_local_port(int sock) in get_local_port() function
H A Dssh_namespace.h292 #define get_local_port Fssh_get_local_port macro
H A Dsshd.c902 laddr, get_local_port(sock));
H A Dchannels.c1886 int local_port = c->sock == -1 ? 65536 : get_local_port(c->sock); in port_open_helper()
3928 *allocated_listen_port = get_local_port(sock); in channel_setup_fwd_listener_tcpip()
H A Dpacket.c527 ssh->local_port = get_local_port(sock); in ssh_remote_ipaddr()