Home
last modified time | relevance | path

Searched refs:auth_ok (Results 1 – 4 of 4) 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; in main()
H A Ddefs.h590 extern boolean_t auth_ok; /* 1=ignore auth if we do not care */
H A Dinput.c230 if (!auth_ok && rip->rip_vers == RIPv2 && n < lim && in input()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c160 static int auth_ok = 0; variable
206 auth_ok |= AUTH_KRB5; in main()
814 if (!(auth_ok & auth_sent)) { in doit()