Searched refs:SVCAUTH_UNWRAP (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/rpc/ |
H A D | svc.h | 508 #define SVCAUTH_UNWRAP(auth, mp) \ macro 515 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro
|
H A D | svc.c | 988 if (!SVCAUTH_UNWRAP(&r->rq_auth, &r->rq_args)) { in svc_getreq()
|
/freebsd/lib/libc/rpc/ |
H A D | svc_raw.c | 205 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), &srp->xdr_stream, in svc_raw_getargs()
|
H A D | svc_dg.c | 375 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_dg_getargs()
|
H A D | svc_vc.c | 600 return (SVCAUTH_UNWRAP(&SVC_AUTH(xprt), in svc_vc_getargs()
|
/freebsd/include/rpc/ |
H A D | svc.h | 221 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ macro
|