Searched refs:ssh_packet_process_incoming (Results 1 - 3 of 3) sorted by relevance

/external/openssh/
H A Dopacket.c296 if ((r = ssh_packet_process_incoming(active_state, buf, len)) != 0)
H A Dpacket.h107 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
H A Dpacket.c1346 if ((r = ssh_packet_process_incoming(ssh, buf, len)) != 0)
1839 ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) function

Completed in 27 milliseconds