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

/freebsd-13-stable/sys/rpc/
H A Dsvc_auth.c89 rqst->rq_cred = msg->rm_call.cb_cred;
92 cred_flavor = rqst->rq_cred.oa_flavor;
184 flavor = rqst->rq_cred.oa_flavor;
H A Dsvc.h273 struct opaque_auth rq_cred; /* raw creds from the wire */ member in struct:svc_req
408 struct opaque_auth rq_cred; /* raw creds from the wire */ member in struct:svc_req
/freebsd-13-stable/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.c650 r.rq_cred = msg.rm_call.cb_cred;
/freebsd-13-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c73 switch (svcreq->rq_cred.oa_flavor) {
/freebsd-13-stable/libexec/rpc.rquotad/
H A Drquotad.c183 if (request->rq_cred.oa_flavor != AUTH_UNIX) {
235 if (request->rq_cred.oa_flavor != AUTH_UNIX) {
/freebsd-13-stable/include/rpc/
H A Dsvc.h159 struct opaque_auth rq_cred; /* raw creds from the wire */ member in struct:svc_req
/freebsd-13-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c324 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-13-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c436 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
462 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
1280 if (rqst->rq_cred.oa_length <= 0)
1285 xdrmem_create(&xdrs, rqst->rq_cred.oa_base,
1286 rqst->rq_cred.oa_length, XDR_DECODE);
/freebsd-13-stable/usr.sbin/keyserv/
H A Dkeyserv.c709 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) {
765 if (rqstp->rq_cred.oa_flavor == AUTH_SYS) {
/freebsd-13-stable/tools/regression/rpcsec_gss/
H A Drpctest.c175 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) {
/freebsd-13-stable/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c640 if (rqst->rq_cred.oa_length != 0 ||
/freebsd-13-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c772 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) {
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c831 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) {
833 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) {
/freebsd-13-stable/sys/kgssapi/
H A Dgsstest.c931 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) {
/freebsd-13-stable/usr.sbin/ypbind/
H A Dypbind.c322 switch (rqstp->rq_cred.oa_flavor) {

Completed in 261 milliseconds