Searched refs:ssh_packet_remaining (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dopacket.h29 int _len = ssh_packet_remaining(ssh); \
96 ssh_packet_remaining(active_state)
H A Dpacket.h132 int ssh_packet_remaining(struct ssh *);
H A Dserverloop.c1158 while (ssh_packet_remaining(ssh) > 0) {
H A Dssh_namespace.h690 #define ssh_packet_remaining Fssh_ssh_packet_remaining macro
H A Dclientloop.c2386 while (ssh_packet_remaining(ssh) > 0) {
H A Dsshconnect2.c418 if (ssh_packet_remaining(ssh) > 0) {
H A Dpacket.c1997 ssh_packet_remaining(struct ssh *ssh) function

Completed in 203 milliseconds