Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dpacket.h142 int ssh_packet_write_poll(struct ssh *);
H A Dopacket.c285 if ((r = ssh_packet_write_poll(active_state)) != 0) in packet_write_poll()
H A Dpacket.c1906 ssh_packet_write_poll(struct ssh *ssh) in ssh_packet_write_poll() function
1945 if ((r = ssh_packet_write_poll(ssh)) != 0) { in ssh_packet_write_wait()
1981 if ((r = ssh_packet_write_poll(ssh)) != 0) { in ssh_packet_write_wait()
H A Dssh_namespace.h626 #define ssh_packet_write_poll Fssh_ssh_packet_write_poll macro