Home
last modified time | relevance | path

Searched refs:AUTH_MARSHALL (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/rpc/
H A Dauth.h209 #define AUTH_MARSHALL(auth, xid, xdrs, args) \ macro
H A Dclnt_bck.c263 (!AUTH_MARSHALL(auth, xid, &xdrs, in clnt_bck_call()
H A Dclnt_dg.c440 (! AUTH_MARSHALL(auth, xid, &xdrs, in clnt_dg_call()
H A Dclnt_vc.c379 (! AUTH_MARSHALL(auth, xid, &xdrs, in clnt_vc_call()
/freebsd/include/rpc/
H A Dauth.h209 #define AUTH_MARSHALL(auth, xdrs) \ macro
/freebsd/lib/libc/rpc/
H A Dclnt_raw.c165 (! AUTH_MARSHALL(h->cl_auth, xdrs)) || in clnt_raw_call()
H A Dclnt_dg.c402 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_dg_call()
H A Dclnt_vc.c353 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_vc_call()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c856 if (!AUTH_MARSHALL(auth, &outxdr)) { in rpcbproc_callit_com()