Searched refs:cred_flavor (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dsvc_auth.c120 register int cred_flavor; local
125 cred_flavor = rqst->rq_cred.oa_flavor;
126 if ((cred_flavor <= AUTH_MAX) && (cred_flavor >= AUTH_NULL)) {
127 return ((*(svcauthsw[cred_flavor].authenticator))(rqst, msg));

Completed in 157 milliseconds