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

/freebsd-11-stable/crypto/openssh/
H A Dssh2.h86 #define SSH2_MSG_SERVICE_ACCEPT 6 macro
H A Dauth2.c201 packet_start(SSH2_MSG_SERVICE_ACCEPT);
H A Dsshconnect2.c402 ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_ACCEPT, &input_userauth_service_accept);
433 debug("SSH2_MSG_SERVICE_ACCEPT received");
H A Dpacket.c1311 type != SSH2_MSG_SERVICE_ACCEPT &&

Completed in 72 milliseconds