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

/freebsd-current/crypto/openssh/
H A Dblacklist.c94 if (blstate != NULL && ssh_packet_connection_is_on_socket(ssh))
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) function
522 if (ssh_packet_connection_is_on_socket(ssh)) {
574 if (!ssh_packet_connection_is_on_socket(ssh))
2115 if (!ssh_packet_connection_is_on_socket(ssh) || tos == INT_MAX)
2135 if (!ssh_packet_connection_is_on_socket(ssh))
H A Dloginrec.c1705 if (ssh_packet_connection_is_on_socket(ssh) &&
H A Dssh_namespace.h670 #define ssh_packet_connection_is_on_socket Fssh_ssh_packet_connection_is_on_socket macro
H A Dmonitor.c1522 if (ssh_packet_connection_is_on_socket(ssh)) {
H A Dsshd.c2273 if (options.tcp_keep_alive && ssh_packet_connection_is_on_socket(ssh) &&
H A Dsession.c750 if (ssh_packet_connection_is_on_socket(ssh)) {
H A Dsshconnect2.c481 if (ssh_packet_connection_is_on_socket(ssh)) {

Completed in 247 milliseconds