Searched refs:oa_flavor (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/tcpdump/
H A Drpc_auth.h68 uint32_t oa_flavor; /* flavor of auth */ member in struct:sunrpc_opaque_auth
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_auth.c109 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor;
111 cred_flavor = rqst->rq_cred.oa_flavor;
H A Dsvc_auth_unix.c125 rqst->rq_xprt->xp_verf.oa_flavor =
126 msg->rm_call.cb_verf.oa_flavor;
132 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
H A Drpc_callmsg.c91 IXDR_PUT_ENUM(buf, oa->oa_flavor);
98 IXDR_PUT_ENUM(buf, oa->oa_flavor);
125 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
155 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE ||
160 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Dauth_des.c222 auth->ah_cred.oa_flavor = AUTH_DES;
223 auth->ah_verf.oa_flavor = AUTH_DES;
342 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor));
352 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor));
H A Dauth_unix.c145 au->au_origcred.oa_flavor = AUTH_UNIX;
242 if (verf->oa_flavor == AUTH_SHORT) {
H A Dclnt_dg.c405 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
447 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
522 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS)
547 cl->cl_auth->ah_cred.oa_flavor
569 if (cl->cl_auth->ah_cred.oa_flavor
H A Drpc_prot.c77 if (xdr_enum(xdrs, &(ap->oa_flavor)))
H A Dsvc_auth_des.c311 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES;
H A Dclnt_vc.c358 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
431 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
/freebsd-11-stable/sys/rpc/
H A Drpc_callmsg.c86 IXDR_PUT_ENUM(buf, oa->oa_flavor);
93 IXDR_PUT_ENUM(buf, oa->oa_flavor);
120 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
150 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE ||
155 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Dsvc_auth.c89 cred_flavor = rqst->rq_cred.oa_flavor;
171 flavor = rqst->rq_cred.oa_flavor;
H A Dauth.h170 enum_t oa_flavor; /* flavor of auth */ member in struct:opaque_auth
H A Dauth_unix.c206 au->au_origcred.oa_flavor = AUTH_UNIX;
273 if (verf->oa_flavor == AUTH_SHORT) {
H A Drpc_prot.c84 if (xdr_enum(xdrs, &(ap->oa_flavor)))
/freebsd-11-stable/contrib/amd/libamu/
H A Dmisc_rpc.c182 switch (rp->rq_cred.oa_flavor) {
/freebsd-11-stable/include/rpc/
H A Dauth.h170 enum_t oa_flavor; /* flavor of auth */ member in struct:opaque_auth
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c71 switch (svcreq->rq_cred.oa_flavor) {
/freebsd-11-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-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c180 auth->ah_cred.oa_flavor = RPCSEC_GSS;
594 creds.oa_flavor = RPCSEC_GSS;
641 verf.oa_flavor = RPCSEC_GSS;
H A Dsvc_rpcsec_gss.c322 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
770 IXDR_PUT_ENUM(buf, oa->oa_flavor);
820 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS;
1068 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
/freebsd-11-stable/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-11-stable/tools/regression/rpcsec_gss/
H A Drpctest.c175 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) {
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c425 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
451 if (req->rq_cred.oa_flavor != RPCSEC_GSS)
1040 IXDR_PUT_ENUM(buf, oa->oa_flavor);
1102 rqst->rq_verf.oa_flavor = RPCSEC_GSS;
H A Drpcsec_gss.c399 auth->ah_cred.oa_flavor = RPCSEC_GSS;
538 creds.oa_flavor = RPCSEC_GSS;
588 verf.oa_flavor = RPCSEC_GSS;

Completed in 219 milliseconds

12