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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c62 boolean_t auth_ok = _B_TRUE; /* _B_TRUE=ignore auth if we don't care */ variable
158 auth_ok = _B_FALSE;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c151 * auth_ok and auth_sent.
152 * The auth_ok mask is the or'ing of authentication
160 static int auth_ok = 0; variable
206 auth_ok |= AUTH_KRB5;
814 if (!(auth_ok & auth_sent)) {

Completed in 49 milliseconds