Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dopacket.h100 ssh_packet_have_data_to_write(active_state)
H A Dpacket.h144 int ssh_packet_have_data_to_write(struct ssh *);
H A Dssh_namespace.h578 #define ssh_packet_have_data_to_write Fssh_ssh_packet_have_data_to_write macro
H A Dpacket.c1949 while (ssh_packet_have_data_to_write(ssh)) { in ssh_packet_write_wait()
1993 ssh_packet_have_data_to_write(struct ssh *ssh) in ssh_packet_have_data_to_write() function