Home
last modified time | relevance | path

Searched refs:packet_connection_is_on_socket (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcanohost.c149 if (packet_connection_is_on_socket()) in get_canonical_hostname()
278 if (packet_connection_is_on_socket()) { in get_remote_ipaddr()
341 if (!packet_connection_is_on_socket()) in get_port()
H A Dpacket.c224 packet_connection_is_on_socket(void) in packet_connection_is_on_socket() function
986 if (packet_connection_is_on_socket()) in packet_read_seqnr()
995 if (packet_connection_is_on_socket()) in packet_read_seqnr()
1615 if (!packet_connection_is_on_socket()) in packet_set_interactive()
1792 if (packet_connection_is_on_socket()) in packet_set_monitor()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshlogin.c96 if (packet_connection_is_on_socket()) { in record_login()
/titanic_41/usr/src/cmd/ssh/include/
H A Dpacket.h93 int packet_connection_is_on_socket(void);
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog1588 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1744 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;