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

/freebsd-10-stable/crypto/openssh/
H A Dopacket.c284 if ((r = ssh_packet_process_incoming(active_state, buf, len)) != 0)
H A Dpacket.h110 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
H A Dssh_namespace.h677 #define ssh_packet_process_incoming Fssh_ssh_packet_process_incoming macro
H A Dpacket.c1518 if ((r = ssh_packet_process_incoming(ssh, buf, len)) != 0)
2023 ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) function

Completed in 230 milliseconds