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

/external/openssh/
H A Dcanohost.h22 int get_local_port(int);
H A Dcanohost.c201 get_local_port(int sock) function
H A Dsshd.c1188 laddr, get_local_port(*newsock));
H A Dchannels.c1483 int local_port = c->sock == -1 ? 65536 : get_local_port(c->sock);
3304 *allocated_listen_port = get_local_port(sock);
H A Dpacket.c530 ssh->local_port = get_local_port(sock);

Completed in 246 milliseconds