Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h85 #define SSH2_MSG_SERVICE_REQUEST 5 macro
Dauth2.c177 ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_REQUEST, &input_service_request); in do_authentication2()
Dsshconnect2.c421 if ((r = sshpkt_start(ssh, SSH2_MSG_SERVICE_REQUEST)) != 0 || in ssh_userauth2()
Dpacket.c1232 type != SSH2_MSG_SERVICE_REQUEST && in ssh_packet_type_is_kex()