Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dcanohost.h22 int get_local_port(int);
H A Dcanohost.c201 get_local_port(int sock) in get_local_port() function
H A Dsshd.c891 laddr, get_local_port(sock));
H A Dchannels.c1713 int local_port = c->sock == -1 ? 65536 : get_local_port(c->sock); in port_open_helper()
3716 *allocated_listen_port = get_local_port(sock); in channel_setup_fwd_listener_tcpip()
H A Dpacket.c526 ssh->local_port = get_local_port(sock); in ssh_remote_ipaddr()