Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h143 int ssh_packet_write_poll(struct ssh *);
H A Dpacket.c2106 ssh_packet_write_poll(struct ssh *ssh)
2142 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()
2172 if ((r = ssh_packet_write_poll(ssh)) != 0) in ssh_packet_write_wait()
2108 ssh_packet_write_poll(struct ssh *ssh) ssh_packet_write_poll() function
H A Dserverloop.c290 if ((r = ssh_packet_write_poll(ssh)) != 0) { in process_output()
H A Dssh_namespace.h728 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro
H A Dclientloop.c1610 if ((r = ssh_packet_write_poll(ssh)) != 0) { in client_loop()