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

/openbsd-current/usr.bin/ssh/
H A Dcanohost.h22 int get_local_port(int);
H A Dcanohost.c168 get_local_port(int sock) function
H A Dsshd.c236 if ((lport = get_local_port(sockfd)) == 0 ||
606 laddr, get_local_port(sock),
H A Dpacket.c506 ssh->local_port = get_local_port(sock);
H A Dchannels.c1867 int local_port = c->sock == -1 ? 65536 : get_local_port(c->sock);
3872 *allocated_listen_port = get_local_port(sock);

Completed in 153 milliseconds