Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dpacket.h143 int ssh_packet_write_poll(struct ssh *);
H A Dpacket.c1962 ssh_packet_write_poll(struct ssh *ssh) in ssh_packet_write_poll() function
2001 if ((r = ssh_packet_write_poll(ssh)) != 0) { in ssh_packet_write_wait()
2037 if ((r = ssh_packet_write_poll(ssh)) != 0) { in ssh_packet_write_wait()
H A Dserverloop.c304 if ((r = ssh_packet_write_poll(ssh)) != 0) { in process_output()
H A Dssh_namespace.h665 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro
H A Dclientloop.c1364 if ((r = ssh_packet_write_poll(ssh)) != 0) { in client_loop()
H A DChangeLog9716 ssh_packet_write_poll() failures here too as the former yields better error
9725 upstream: check the return value of ssh_packet_write_poll() and