Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c173 packet_not_very_much_data_to_write()) { in make_packets_from_stderr_data()
202 packet_not_very_much_data_to_write()) { in make_packets_from_stdout_data()
303 if (packet_not_very_much_data_to_write()) { in wait_until_can_do_something()
329 if (child_terminated && packet_not_very_much_data_to_write()) in wait_until_can_do_something()
620 if (packet_not_very_much_data_to_write()) in server_loop()
953 if (!rekeying && packet_not_very_much_data_to_write()) in server_loop2()
/titanic_50/usr/src/cmd/ssh/include/
H A Dpacket.h91 int packet_not_very_much_data_to_write(void);
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c379 packet_not_very_much_data_to_write()) { in client_make_packets_from_stdin_data()
501 if (!stdin_eof && packet_not_very_much_data_to_write()) in client_wait_until_can_do_something()
1186 if (packet_not_very_much_data_to_write()) in client_loop()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c1588 packet_not_very_much_data_to_write(void) in packet_not_very_much_data_to_write() function