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

/freebsd-10.3-release/sys/rpc/
H A Dsvc_auth.c86 rqst->rq_cred = msg->rm_call.cb_cred;
89 cred_flavor = rqst->rq_cred.oa_flavor;
171 flavor = rqst->rq_cred.oa_flavor;
H A Dsvc.h263 struct opaque_auth rq_cred; /* raw creds from the wire */ member in struct:svc_req
398 struct opaque_auth rq_cred; /* raw creds from the wire */ member in struct:svc_req
/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc_auth.c108 rqst->rq_cred = msg->rm_call.cb_cred;
113 cred_flavor = rqst->rq_cred.oa_flavor;
H A Dsvc.c679 r.rq_cred = msg.rm_call.cb_cred;
/freebsd-10.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c186 switch (rp->rq_cred.oa_flavor) {
/freebsd-10.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c71 switch (svcreq->rq_cred.oa_flavor) {
/freebsd-10.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c322 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
979 if (rqst->rq_cred.oa_length <= 0)
984 xdrmem_create(&xdrs, rqst->rq_cred.oa_base,
985 rqst->rq_cred.oa_length, XDR_DECODE);
/freebsd-10.3-release/include/rpc/
H A Dsvc.h156 struct opaque_auth rq_cred; /* raw creds from the wire */ member in struct:svc_req
/freebsd-10.3-release/libexec/rpc.rquotad/
H A Drquotad.c136 if (request->rq_cred.oa_flavor != AUTH_UNIX) {
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c407 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
433 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
1235 if (rqst->rq_cred.oa_length <= 0)
1240 xdrmem_create(&xdrs, rqst->rq_cred.oa_base,
1241 rqst->rq_cred.oa_length, XDR_DECODE);
/freebsd-10.3-release/usr.sbin/keyserv/
H A Dkeyserv.c739 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) {
795 if (rqstp->rq_cred.oa_flavor == AUTH_SYS) {
/freebsd-10.3-release/tools/regression/rpcsec_gss/
H A Drpctest.c175 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) {
/freebsd-10.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c745 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) {
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c830 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) {
832 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) {
/freebsd-10.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c836 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) {
838 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) {
/freebsd-10.3-release/sys/kgssapi/
H A Dgsstest.c930 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) {
/freebsd-10.3-release/usr.sbin/ypbind/
H A Dypbind.c311 switch (rqstp->rq_cred.oa_flavor) {

Completed in 270 milliseconds