Searched refs:ssh_packet_process_incoming (Results 1 – 3 of 3) sorted by relevance
131 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
704 #define ssh_packet_process_incoming Fssh_ssh_packet_process_incoming macro
1562 if ((r = ssh_packet_process_incoming(ssh, buf, len)) != 0) in ssh_packet_read_seqnr()1957 ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) in ssh_packet_process_incoming() function