Searched refs:ssh_packet_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dssh_api.h60 * initiated with ssh_packet_next().
76 * ssh_packet_next() advances to the next input packet and returns
78 * ssh_packet_next() works by processing an input byte-stream,
81 * ssh_packet_next() sets typep if there is no new packet available.
89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
94 * the payload is accessible until ssh_packet_next() is called again.
H A Dssh_api.c228 ssh_packet_next(struct ssh *ssh, u_char *typep) function
H A Dssh_namespace.h674 #define ssh_packet_next Fssh_ssh_packet_next macro
/freebsd-10-stable/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c41 if ((r = ssh_packet_next(from, &type)) != 0) {
42 fprintf(stderr, "ssh_packet_next: %s\n", ssh_err(r));
/freebsd-10-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c50 if ((r = ssh_packet_next(from, &type)) != 0) {
51 fprintf(stderr, "ssh_packet_next: %s\n", ssh_err(r));

Completed in 178 milliseconds