Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dpacket.h128 int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len);
H A Dpacket.c1502 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