Home
last modified time | relevance | path

Searched refs:SSH2_MSG_EXT_INFO (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh2.h87 #define SSH2_MSG_EXT_INFO 7 macro
Dkex.c354 if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 || in kex_send_ext_info()
395 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info()
Dsshconnect2.c401 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_ext_info); in ssh_userauth2()
438 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_error); in input_userauth_service_accept()
Dpacket.c1310 type != SSH2_MSG_EXT_INFO; in ssh_packet_type_is_kex()