Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Ddispatch.h41 int dispatch_protocol_error(int, u_int32_t, struct ssh *);
H A Ddispatch.c40 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()
218 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &dispatch_protocol_error); in input_service_request()
H A Dkex.c738 return dispatch_protocol_error(type, seq, ssh); in kex_input_ext_info()
746 return dispatch_protocol_error(type, seq, ssh); in kex_input_ext_info()
H A Dserverloop.c914 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
H A Dssh_namespace.h261 #define dispatch_protocol_error Fssh_dispatch_protocol_error macro
H A Dclientloop.c2831 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()
H A Dsshconnect2.c602 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, dispatch_protocol_error); in input_userauth_success()