Home
last modified time | relevance | path

Searched refs:XDR_INLINE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Drpc_callmsg.c69 buf = XDR_INLINE(xdrs, 8 * BYTES_PER_XDR_UNIT in xdr_callmsg()
106 buf = XDR_INLINE(xdrs, 8 * BYTES_PER_XDR_UNIT); in xdr_callmsg()
133 buf = XDR_INLINE(xdrs, RNDUP(oa->oa_length)); in xdr_callmsg()
149 buf = XDR_INLINE(xdrs, 2 * BYTES_PER_XDR_UNIT); in xdr_callmsg()
169 buf = XDR_INLINE(xdrs, RNDUP(oa->oa_length)); in xdr_callmsg()
H A Drpcb_st_xdr.c88 buf = XDR_INLINE(xdrs, 6 * BYTES_PER_XDR_UNIT); in xdr_rpcbs_rmtcalllist()
126 buf = XDR_INLINE(xdrs, 6 * BYTES_PER_XDR_UNIT); in xdr_rpcbs_rmtcalllist()
H A Dsvc_auth_unix.c80 buf = XDR_INLINE(&xdrs, auth_len); in _svcauth_unix()
H A Drpcb_prot.c239 buf = XDR_INLINE(xdrs, 3 * BYTES_PER_XDR_UNIT); in xdr_rpcb_rmtcallargs()
/dragonfly/include/rpc/
H A Dxdr.h204 #define XDR_INLINE(xdrs, len) \ macro