Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Ddispatch.h41 int dispatch_protocol_error(int, u_int32_t, struct ssh *);
H A Ddispatch.c41 dispatch_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in dispatch_protocol_error() function
H A Dauth2.c176 ssh_dispatch_init(ssh, &dispatch_protocol_error); in do_authentication2()
H A Dserverloop.c909 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
H A Dssh_namespace.h281 #define dispatch_protocol_error Fssh_dispatch_protocol_error macro
H A Dclientloop.c2552 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()