Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dopacket.h28 int _len = ssh_packet_remaining(ssh); \
87 ssh_packet_remaining(active_state)
H A Dpacket.h148 int ssh_packet_remaining(struct ssh *);
H A Dserverloop.c692 while (ssh_packet_remaining(ssh) > 0) { in server_input_hostkeys_prove()
H A Dssh_namespace.h603 #define ssh_packet_remaining Fssh_ssh_packet_remaining macro
H A Dclientloop.c2030 while (ssh_packet_remaining(ssh) > 0) { in client_input_hostkeys()
H A Dsshconnect2.c425 if (ssh_packet_remaining(ssh) > 0) { in input_userauth_service_accept()
H A Dpacket.c1760 ssh_packet_remaining(struct ssh *ssh) in ssh_packet_remaining() function