Searched refs:dispatch_protocol_error (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/crypto/openssh/ |
H A D | dispatch.h | 41 int dispatch_protocol_error(int, u_int32_t, struct ssh *);
|
H A D | dispatch.c | 40 dispatch_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in dispatch_protocol_error() function
|
H A D | auth2.c | 176 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 D | kex.c | 738 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 D | serverloop.c | 914 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
|
H A D | ssh_namespace.h | 261 #define dispatch_protocol_error Fssh_dispatch_protocol_error macro
|
H A D | clientloop.c | 2831 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()
|
H A D | sshconnect2.c | 602 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, dispatch_protocol_error); in input_userauth_success()
|