Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c114 case AUTH_NULL: in __gss_authenticate()
184 case AUTH_NULL: in svc_auth_reg()
H A Dsvc_auth_loopb.c104 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in __svcauth_loopback()
H A Dsvc_auth_sys.c115 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in __svcauth_sys()
H A Dsvc_door.c194 if (msg->rm_call.cb_cred.oa_flavor == AUTH_NULL) { in svc_door_dispatch()
H A Dsvc.c1428 if (msg->rm_call.cb_cred.oa_flavor == AUTH_NULL) { in _svc_prog_dispatch()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c122 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
H A Dsec_svc.c109 case AUTH_NULL: in sec_svc_msg()
110 rqst->rq_xprt->xp_cookie = (void *) AUTH_NULL; in sec_svc_msg()
H A Dauth_kern.c194 IXDR_PUT_U_INT32(ptr, AUTH_NULL); /* verf flavor */ in authkern_marshal()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h489 #define AUTH_NULL 0 /* backward compatibility */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c535 IXDR_PUT_INT32(ptr, AUTH_NULL); /* verf flavor */ in nd_auth_marshall()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1038 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) { in rpcbproc_callit_com()