Searched refs:SSH2_MSG_SERVICE_ACCEPT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h86 #define SSH2_MSG_SERVICE_ACCEPT 6 macro
H A Dauth2.c205 packet_start(SSH2_MSG_SERVICE_ACCEPT);
H A Dpacket.c1194 type != SSH2_MSG_SERVICE_ACCEPT &&
H A Dsshconnect2.c406 ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_ACCEPT, &input_userauth_service_accept);
437 debug("SSH2_MSG_SERVICE_ACCEPT received");

Completed in 120 milliseconds