Home
last modified time | relevance | path

Searched refs:ssh_packet_not_very_much_data_to_write (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.h146 int ssh_packet_not_very_much_data_to_write(struct ssh *);
H A Dserverloop.c235 if (child_terminated && ssh_packet_not_very_much_data_to_write(ssh)) in wait_until_can_do_something()
369 ssh_packet_not_very_much_data_to_write(ssh)) in server_loop2()
H A Dssh_namespace.h691 #define ssh_packet_not_very_much_data_to_write Fssh_ssh_packet_not_very_much_data_to_write macro
H A Dclientloop.c1568 if (ssh_packet_not_very_much_data_to_write(ssh)) in client_loop()
H A Dpacket.c2092 ssh_packet_not_very_much_data_to_write(struct ssh *ssh) in ssh_packet_not_very_much_data_to_write() function