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

/freebsd-current/crypto/openssh/
H A Dpacket.h143 int ssh_packet_write_poll(struct ssh *);
H A Dpacket.c2009 ssh_packet_write_poll(struct ssh *ssh) function
2045 if ((r = ssh_packet_write_poll(ssh)) != 0)
2075 if ((r = ssh_packet_write_poll(ssh)) != 0)
H A Dserverloop.c311 if ((r = ssh_packet_write_poll(ssh)) != 0) {
312 sshpkt_fatal(ssh, r, "%s: ssh_packet_write_poll",
H A Dssh_namespace.h724 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro
H A Dclientloop.c1613 if ((r = ssh_packet_write_poll(ssh)) != 0) {
1615 "%s: ssh_packet_write_poll", __func__);

Completed in 111 milliseconds