Searched refs:ssh_packet_process_incoming (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | packet.h | 129 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
|
D | serverloop.c | 343 if ((r = ssh_packet_process_incoming(ssh, buf, len)) in process_input()
|
D | packet.c | 1404 if ((r = ssh_packet_process_incoming(ssh, buf, len)) != 0) in ssh_packet_read_seqnr() 1778 ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) in ssh_packet_process_incoming() function
|
D | clientloop.c | 652 ssh_packet_process_incoming(ssh, buf, len); in client_process_net_input()
|