Searched refs:ssh_packet_write_poll (Results 1 – 4 of 4) sorted by relevance
141 int ssh_packet_write_poll(struct ssh *);
2099 ssh_packet_write_poll(struct ssh *ssh) in ssh_packet_write_poll() function2135 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()2165 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()
290 if ((r = ssh_packet_write_poll(ssh)) != 0) { in process_output()
1609 if ((r = ssh_packet_write_poll(ssh)) != 0) { in client_loop()