Home
last modified time | relevance | path

Searched refs:XDR_SETPOS (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dpmap_rmt.c135 XDR_SETPOS(xdrs, lenposition); in xdr_rmtcall_args()
138 XDR_SETPOS(xdrs, position); in xdr_rmtcall_args()
H A Dsvc_raw.c133 XDR_SETPOS(xdrs, 0); in svc_raw_recv()
157 XDR_SETPOS(xdrs, 0); in svc_raw_reply()
H A Drpcb_prot.c269 XDR_SETPOS(xdrs, lenposition); in xdr_rpcb_rmtcallargs()
273 XDR_SETPOS(xdrs, position); in xdr_rpcb_rmtcallargs()
H A Dclnt_raw.c160 XDR_SETPOS(xdrs, 0); in clnt_raw_call()
180 XDR_SETPOS(xdrs, 0); in clnt_raw_call()
H A Dsvc_dg.c200 XDR_SETPOS(xdrs, 0); in svc_dg_recv()
224 XDR_SETPOS(xdrs, 0); in svc_dg_reply()
H A Dauth_unix.c283 XDR_SETPOS(&xdrs, 0); in authunix_refresh()
H A Dclnt_dg.c365 XDR_SETPOS(xdrs, cu->cu_xdrpos); in clnt_dg_call()
/dragonfly/include/rpc/
H A Dxdr.h199 #define XDR_SETPOS(xdrs, pos) \ macro