Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dcanohost.c196 if (packet_connection_is_on_socket()) in get_canonical_hostname()
289 if (packet_connection_is_on_socket()) { in get_remote_ipaddr()
354 if (!packet_connection_is_on_socket()) in get_port()
Dpacket.h87 int packet_connection_is_on_socket(void);
Dpacket.c295 packet_connection_is_on_socket(void) in packet_connection_is_on_socket() function
1728 if (!packet_connection_is_on_socket() || in packet_set_tos()
1750 if (!packet_connection_is_on_socket()) in packet_set_interactive()
Dsshconnect2.c1117 if (packet_connection_is_on_socket()) in userauth_hostbased()
Dsshd.c1649 if (options.tcp_keep_alive && packet_connection_is_on_socket() && in main()
Dmonitor.c976 if (packet_connection_is_on_socket()) { in mm_record_login()
Dsession.c757 if (packet_connection_is_on_socket()) { in do_login()