Home
last modified time | relevance | path

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

/NextBSD/sys/rpc/
HDsvc.h495 #define SVCAUTH_UNWRAP(auth, mp) \ macro
502 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro
HDsvc.c947 if (!SVCAUTH_UNWRAP(&r->rq_auth, &r->rq_args)) { in svc_getreq()
/NextBSD/include/rpc/
HDsvc.h218 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro
/NextBSD/lib/libc/rpc/
HDsvc_raw.c211 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), &srp->xdr_stream, in svc_raw_getargs()
HDsvc_vc.c606 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_vc_getargs()
HDsvc_dg.c379 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_dg_getargs()