Searched refs:ssh_packet_write_poll (Results 1 – 6 of 6) sorted by relevance
143 int ssh_packet_write_poll(struct ssh *);
1962 ssh_packet_write_poll(struct ssh *ssh) in ssh_packet_write_poll() function2001 if ((r = ssh_packet_write_poll(ssh)) != 0) { in ssh_packet_write_wait()2037 if ((r = ssh_packet_write_poll(ssh)) != 0) { in ssh_packet_write_wait()
304 if ((r = ssh_packet_write_poll(ssh)) != 0) { in process_output()
665 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro
1364 if ((r = ssh_packet_write_poll(ssh)) != 0) { in client_loop()
9716 ssh_packet_write_poll() failures here too as the former yields better error9725 upstream: check the return value of ssh_packet_write_poll() and