Searched refs:AUTH_OK (Results 1 – 5 of 5) sorted by relevance
162 return (AUTH_OK); in _svcauth_null()
132 stat = AUTH_OK; in _svcauth_unix()
710 if ((why = _authenticate(&r, &msg)) != AUTH_OK) { in svc_getreq_common()
56 AUTH_OK=0, enumerator
47 #define AUTH(x, y) ((x) ? (y) == AUTH_OK \48 : (y) == AUTH_OK || (y) == AUTH_NONE)54 AUTH_OK, /* authentication OK */ enumerator1204 is_authentic = AUTH_OK; in receive()1261 is_authentic = AUTH_OK; in receive()1264 if (is_authentic != AUTH_OK) { in receive()2262 if ( is_authentic == AUTH_OK in receive()2368 if ( is_authentic == AUTH_OK in receive()2401 if (is_authentic == AUTH_OK) in receive()