Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dpacket.h144 int ssh_packet_remaining(struct ssh *);
H A Dserverloop.c650 while (ssh_packet_remaining(ssh) > 0) { in server_input_hostkeys_prove()
H A Dsshconnect2.c488 if (ssh_packet_remaining(ssh) > 0) { in input_userauth_service_accept()
H A Dclientloop.c2439 while (ssh_packet_remaining(ssh) > 0) { in client_input_hostkeys()
H A Dpacket.c1910 ssh_packet_remaining(struct ssh *ssh) in ssh_packet_remaining() function