Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dpacket.h129 int ssh_packet_process_read(struct ssh *, int);
H A Dserverloop.c263 if ((r = ssh_packet_process_read(ssh, connection_in)) == 0) in process_input()
H A Dclientloop.c799 if ((r = ssh_packet_process_read(ssh, connection_in)) == 0) in client_process_net_input()
H A Dpacket.c1912 ssh_packet_process_read(struct ssh *ssh, int fd) in ssh_packet_process_read() function