Home
last modified time | relevance | path

Searched refs:AUTH_NULL (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/lib/libc/rpc/
Dsvc_auth.c99 if ((cred_flavor <= AUTH_MAX) && (cred_flavor >= AUTH_NULL)) { in _authenticate()
Dsvc_auth_unix.c110 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
/mirbsd/src/include/rpc/
Dauth.h180 #define AUTH_NULL 0 /* backward compatibility */ macro