Searched refs:ssh_packet_write_poll (Results 1 – 5 of 5) sorted by relevance
144 int ssh_packet_write_poll(struct ssh *);
2166 ssh_packet_write_poll(struct ssh *ssh) in ssh_packet_write_poll() function2202 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()2232 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()
305 if ((r = ssh_packet_write_poll(ssh)) != 0) { in process_output()
734 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro
1636 if ((r = ssh_packet_write_poll(ssh)) != 0) { in client_loop()