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

/freebsd-10.3-release/crypto/openssh/
H A Dopacket.c302 if ((r = ssh_packet_write_poll(active_state)) != 0)
H A Dpacket.h126 int ssh_packet_write_poll(struct ssh *);
H A Dpacket.c930 * actually sent until ssh_packet_write_wait or ssh_packet_write_poll
2137 ssh_packet_write_poll(struct ssh *ssh) function
2176 if ((r = ssh_packet_write_poll(ssh)) != 0) {
2212 if ((r = ssh_packet_write_poll(ssh)) != 0) {
H A Dssh_namespace.h715 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro

Completed in 287 milliseconds