Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dpacket.h90 int packet_have_data_to_write(void);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c322 if (packet_have_data_to_write()) in wait_until_can_do_something()
628 if (fdout_eof && fderr_eof && !packet_have_data_to_write() && in server_loop()
790 packet_have_data_to_write() && !connection_closed) in aps_wait_until_can_do_something()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c512 !packet_have_data_to_write()) { in client_wait_until_can_do_something()
523 if (packet_have_data_to_write()) in client_wait_until_can_do_something()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c1565 while (packet_have_data_to_write()) { in packet_write_wait()
1580 packet_have_data_to_write(void) in packet_have_data_to_write() function