Searched refs:SSH2_MSG_EXT_INFO (Results 1 – 4 of 4) sorted by relevance
87 #define SSH2_MSG_EXT_INFO 7 macro
437 if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 || in kex_send_ext_info()481 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info()
428 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_ext_info); in ssh_userauth2()464 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_error); in input_userauth_service_accept()
1234 type != SSH2_MSG_EXT_INFO; in ssh_packet_type_is_kex()