Home
last modified time | relevance | path

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

/freebsd-12.1/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) in ssh_packet_connection_is_on_socket() function
523 if (ssh_packet_connection_is_on_socket(ssh)) { in ssh_remote_ipaddr()
575 if (!ssh_packet_connection_is_on_socket(ssh)) in ssh_packet_rdomain_in()
2013 if (!ssh_packet_connection_is_on_socket(ssh) || tos == INT_MAX) in ssh_packet_set_tos()
2053 if (!ssh_packet_connection_is_on_socket(ssh)) in ssh_packet_set_interactive()
H A Dssh_namespace.h557 #define ssh_packet_connection_is_on_socket Fssh_ssh_packet_connection_is_on_socket macro