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

/freebsd-13-stable/crypto/openssh/
H A Dopacket.h51 ssh_packet_connection_is_on_socket(active_state)
H A Dpacket.h147 int ssh_packet_connection_is_on_socket(struct ssh *);
H A Dpacket.c424 ssh_packet_connection_is_on_socket(struct ssh *ssh) function
523 if (ssh_packet_connection_is_on_socket(ssh)) {
575 if (!ssh_packet_connection_is_on_socket(ssh))
2013 if (!ssh_packet_connection_is_on_socket(ssh) || tos == INT_MAX)
2053 if (!ssh_packet_connection_is_on_socket(ssh))
H A Dssh_namespace.h562 #define ssh_packet_connection_is_on_socket Fssh_ssh_packet_connection_is_on_socket macro

Completed in 103 milliseconds