Searched defs:auth_sent (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c151 * auth_ok and auth_sent.
154 * The auth_sent mask is the or'ing of one or more authentication/authorization
161 static int auth_sent = 0; variable
677 auth_sent |= AUTH_KRB5;
814 if (!(auth_ok & auth_sent)) {
815 if (auth_sent) {
H A Din.rlogind.c645 int auth_sent = 0; local
671 auth_sent = KRB5_RECVAUTH_V5;
674 if (auth_sent == KRB5_RECVAUTH_V5 &&
683 if (auth_sys != auth_sent) {
707 if (auth_sent != 0)

Completed in 49 milliseconds