Searched refs:ssh_packet_write_poll (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dpacket.h135 int ssh_packet_write_poll(struct ssh *);
H A Dpacket.c2074 ssh_packet_write_poll(struct ssh *ssh) function
2109 if ((r = ssh_packet_write_poll(ssh)) != 0)
2138 if ((r = ssh_packet_write_poll(ssh)) != 0)
H A Dserverloop.c284 if ((r = ssh_packet_write_poll(ssh)) != 0) {
285 sshpkt_fatal(ssh, r, "%s: ssh_packet_write_poll",
H A Dclientloop.c1599 if ((r = ssh_packet_write_poll(ssh)) != 0) {
1601 "%s: ssh_packet_write_poll", __func__);

Completed in 281 milliseconds