AUTH_NULL
if (rqstp->rq_cred.oa_flavor == AUTH_NULL) {
if (msg->rm_call.cb_cred.oa_flavor == AUTH_NULL) {
case AUTH_NULL:
case AUTH_NULL:
rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
if (msg->rm_call.cb_cred.oa_flavor == AUTH_NULL) {
IXDR_PUT_INT32(ptr, AUTH_NULL); /* verf flavor */
IXDR_PUT_U_INT32(ptr, AUTH_NULL); /* verf flavor */
case AUTH_NULL:
rqst->rq_xprt->xp_cookie = (void *) AUTH_NULL;
rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;