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

/freebsd-10.3-release/crypto/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 Dssh_namespace.h354 #define get_sock_port Fssh_get_sock_port macro
H A Dchannels.c1419 int local_port = c->sock == -1 ? 65536 : get_sock_port(c->sock, 1);
2938 *allocated_listen_port = get_sock_port(sock, 1);
H A Dpacket.c472 ssh->remote_port = get_sock_port(sock, 0);

Completed in 130 milliseconds