Searched refs:get_sock_port (Results 1 - 3 of 3) sorted by relevance

/external/openssh/
H A Dcanohost.h26 int get_sock_port(int, int);
H A Dcanohost.c372 get_sock_port(int sock, int local) function
405 fatal("get_sock_port: getnameinfo NI_NUMERICSERV failed: %s",
423 return get_sock_port(packet_get_connection_in(), local);
429 return get_sock_port(sock, 0);
H A Dchannels.c1409 int local_port = c->sock == -1 ? 65536 : get_sock_port(c->sock, 1);
2915 *allocated_listen_port = get_sock_port(sock, 1);

Completed in 107 milliseconds