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

/freebsd-10-stable/crypto/openssh/
H A Dopacket.c302 if ((r = ssh_packet_write_poll(active_state)) != 0)
H A Dpacket.h128 int ssh_packet_write_poll(struct ssh *);
H A Dpacket.c967 * actually sent until ssh_packet_write_wait or ssh_packet_write_poll
2179 ssh_packet_write_poll(struct ssh *ssh) function
2218 if ((r = ssh_packet_write_poll(ssh)) != 0) {
2254 if ((r = ssh_packet_write_poll(ssh)) != 0) {
H A Dssh_namespace.h719 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro

Completed in 121 milliseconds