Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/rpc/
Dsvc.h495 #define SVCAUTH_UNWRAP(auth, mp) \ macro
502 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro
Dsvc.c982 if (!SVCAUTH_UNWRAP(&r->rq_auth, &r->rq_args)) { in svc_getreq()
/freebsd-10-stable/lib/libc/rpc/
Dsvc_raw.c211 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), &srp->xdr_stream, in svc_raw_getargs()
Dsvc_vc.c606 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_vc_getargs()
Dsvc_dg.c379 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_dg_getargs()
/freebsd-10-stable/include/rpc/
Dsvc.h218 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro