Searched refs:dispatch_protocol_error (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | dispatch.h | 41 int dispatch_protocol_error(int, u_int32_t, struct ssh *);
|
H A D | dispatch.c | 38 dispatch_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in dispatch_protocol_error() function
|
H A D | auth2.c | 165 ssh_dispatch_init(ssh, &dispatch_protocol_error); in do_authentication2() 207 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &dispatch_protocol_error); in input_service_request()
|
H A D | kex.c | 485 return dispatch_protocol_error(type, seq, ssh); in kex_input_ext_info() 493 return dispatch_protocol_error(type, seq, ssh); in kex_input_ext_info()
|
H A D | serverloop.c | 868 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
|
H A D | sshconnect2.c | 594 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, dispatch_protocol_error); in input_userauth_success()
|
H A D | clientloop.c | 2780 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()
|