Searched refs:ssh_packet_process_incoming (Results 1 – 2 of 2) sorted by relevance
128 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
1502 if ((r = ssh_packet_process_incoming(ssh, buf, len)) != 0) in ssh_packet_read_seqnr()1890 ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) in ssh_packet_process_incoming() function