Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h129 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
Dserverloop.c343 if ((r = ssh_packet_process_incoming(ssh, buf, len)) in process_input()
Dpacket.c1404 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
Dclientloop.c652 ssh_packet_process_incoming(ssh, buf, len); in client_process_net_input()