Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h150 int ssh_packet_remaining(struct ssh *);
H A Dserverloop.c694 while (ssh_packet_remaining(ssh) > 0) { in server_input_hostkeys_prove()
H A Dssh_namespace.h701 #define ssh_packet_remaining Fssh_ssh_packet_remaining macro
H A Dsshconnect2.c496 if (ssh_packet_remaining(ssh) > 0) { in input_userauth_service_accept()
H A Dclientloop.c2490 while (ssh_packet_remaining(ssh) > 0) { in client_input_hostkeys()
H A Dpacket.c1845 ssh_packet_remaining(struct ssh *ssh) in ssh_packet_remaining() function