Home
last modified time | relevance | path

Searched refs:ssh_packet_connection_is_on_socket (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dblacklist.c94 if (blstate != NULL && ssh_packet_connection_is_on_socket(ssh)) in blacklist_notify()
H A Dpacket.h149 int ssh_packet_connection_is_on_socket(struct ssh *);
H A Dpacket.c435 ssh_packet_connection_is_on_socket(struct ssh *ssh) in ssh_packet_connection_is_on_socket() function
522 if (ssh_packet_connection_is_on_socket(ssh)) { in ssh_remote_ipaddr()
574 if (!ssh_packet_connection_is_on_socket(ssh)) in ssh_packet_rdomain_in()
2123 if (!ssh_packet_connection_is_on_socket(ssh) || tos == INT_MAX) in ssh_packet_set_tos()
2143 if (!ssh_packet_connection_is_on_socket(ssh)) in ssh_packet_set_interactive()
H A Dloginrec.c1705 if (ssh_packet_connection_is_on_socket(ssh) && in record_failed_login()
H A Dssh_namespace.h670 #define ssh_packet_connection_is_on_socket Fssh_ssh_packet_connection_is_on_socket macro
H A Dsshd.c2271 if (options.tcp_keep_alive && ssh_packet_connection_is_on_socket(ssh) &&
H A Dmonitor.c1522 if (ssh_packet_connection_is_on_socket(ssh)) { in mm_record_login()
H A Dsession.c750 if (ssh_packet_connection_is_on_socket(ssh)) { in do_login()
H A Dsshconnect2.c481 if (ssh_packet_connection_is_on_socket(ssh)) { in ssh_userauth2()