Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dpacket.h141 int ssh_packet_write_poll(struct ssh *);
H A Dpacket.c2099 ssh_packet_write_poll(struct ssh *ssh) in ssh_packet_write_poll() function
2135 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()
2165 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()
H A Dserverloop.c290 if ((r = ssh_packet_write_poll(ssh)) != 0) { in process_output()
H A Dclientloop.c1609 if ((r = ssh_packet_write_poll(ssh)) != 0) { in client_loop()