HomeSort by relevance Sort by last modified time
    Searched refs:auth_ok (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rshd.c 151 * 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;
812 if (!(auth_ok & auth_sent)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
main.c 62 boolean_t auth_ok = _B_TRUE; /* _B_TRUE=ignore auth if we don't care */ variable
158 auth_ok = _B_FALSE;
defs.h 590 extern boolean_t auth_ok; /* 1=ignore auth if we do not care */
input.c 230 if (!auth_ok && rip->rip_vers == RIPv2 && n < lim &&
    [all...]

Completed in 60 milliseconds