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

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

Completed in 113 milliseconds