Home
last modified time | relevance | path

Searched refs:oa_flavor (Results 1 – 15 of 15) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Drpc_callmsg.c87 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
94 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
121 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
151 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_callmsg()
156 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
H A Dsvc_auth.c99 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
101 cred_flavor = rqst->rq_cred.oa_flavor; in _authenticate()
H A Dsvc_auth_unix.c122 rqst->rq_xprt->xp_verf.oa_flavor = in _svcauth_unix()
123 msg->rm_call.cb_verf.oa_flavor; in _svcauth_unix()
129 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
H A Dauth_des.c219 auth->ah_cred.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
220 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
339 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor)); in authdes_marshal()
349 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)); in authdes_marshal()
H A Dauth_unix.c141 au->au_origcred.oa_flavor = AUTH_UNIX; in authunix_create()
230 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
H A Drpc_prot.c73 if (xdr_enum(xdrs, &(ap->oa_flavor))) in xdr_opaque_auth()
H A Dsvc_auth_des.c311 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; in _svcauth_des()
/dragonfly/contrib/tcpdump/
H A Drpc_auth.h68 nd_uint32_t oa_flavor; /* flavor of auth */ member
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c70 switch (svcreq->rq_cred.oa_flavor) { in yp_checkauth()
/dragonfly/include/rpc/
H A Dauth.h166 enum_t oa_flavor; /* flavor of auth */ member
/dragonfly/usr.sbin/keyserv/
H A Dkeyserv.c681 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) { in keyprogram()
733 if (rqstp->rq_cred.oa_flavor == AUTH_SYS) { in root_auth()
/dragonfly/libexec/rpc.rquotad/
H A Drquotad.c146 if (request->rq_cred.oa_flavor != AUTH_UNIX) { in sendquota()
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c838 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) { in rpcbproc_callit_com()
840 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) { in rpcbproc_callit_com()
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c728 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) { in yppasswdproc_update_master_1_svc()
/dragonfly/usr.sbin/ypbind/
H A Dypbind.c306 switch (rqstp->rq_cred.oa_flavor) { in ypbindprog_2()