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

/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.h26 int get_sock_port(int, int);
H A Dcanohost.c368 get_sock_port(int sock, int local) function
397 fatal("get_sock_port: getnameinfo NI_NUMERICSERV failed: %s",
415 return get_sock_port(packet_get_connection_in(), local);
421 return get_sock_port(sock, 0);
H A Dssh_namespace.h228 #define get_sock_port ssh_get_sock_port macro
H A Dchannels.c2904 *allocated_listen_port = get_sock_port(sock, 1);

Completed in 135 milliseconds