Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h130 int ssh_packet_process_read(struct ssh *, int);
H A Dserverloop.c284 if ((r = ssh_packet_process_read(ssh, connection_in)) == 0) in process_input()
H A Dssh_namespace.h694 #define ssh_packet_process_read Fssh_ssh_packet_process_read macro
H A Dclientloop.c800 if ((r = ssh_packet_process_read(ssh, connection_in)) == 0) in client_process_net_input()
H A Dpacket.c1821 ssh_packet_process_read(struct ssh *ssh, int fd) in ssh_packet_process_read() function