Home
last modified time | relevance | path

Searched refs:SVCAUTH_UNWRAP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc.h508 #define SVCAUTH_UNWRAP(auth, mp) \ macro
515 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro
H A Dsvc.c988 if (!SVCAUTH_UNWRAP(&r->rq_auth, &r->rq_args)) { in svc_getreq()
/freebsd/lib/libc/rpc/
H A Dsvc_raw.c205 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), &srp->xdr_stream, in svc_raw_getargs()
H A Dsvc_dg.c375 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_dg_getargs()
H A Dsvc_vc.c600 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_vc_getargs()
/freebsd/include/rpc/
H A Dsvc.h221 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro