Searched refs:dispatch_protocol_error (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Ddispatch.h40 void dispatch_protocol_error(int, u_int32_t, void *);
H A Ddispatch.c45 dispatch_protocol_error(int type, u_int32_t seq, void *ctxt) function
47 logit("dispatch_protocol_error: type %d seq %u", type, seq);
H A Dauth2.c180 dispatch_init(&dispatch_protocol_error);
H A Dssh_namespace.h199 #define dispatch_protocol_error ssh_dispatch_protocol_error macro
H A Dserverloop.c1228 dispatch_init(&dispatch_protocol_error);
H A Dclientloop.c2204 dispatch_init(&dispatch_protocol_error);

Completed in 254 milliseconds