Searched refs:ssh_packet_process_incoming (Results 1 – 4 of 4) sorted by relevance
129 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
267 if ((r = ssh_packet_process_incoming(active_state, buf, len)) != 0) in packet_process_incoming()
587 #define ssh_packet_process_incoming Fssh_ssh_packet_process_incoming macro
1365 if ((r = ssh_packet_process_incoming(ssh, buf, len)) != 0) in ssh_packet_read_seqnr()1739 ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) in ssh_packet_process_incoming() function