Home
last modified time | relevance | path

Searched refs:reply_xdrs (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dclnt_dg.c295 XDR reply_xdrs; in clnt_dg_call() local
477 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (u_int)recvlen, XDR_DECODE); in clnt_dg_call()
478 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clnt_dg_call()
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1225 XDR reply_xdrs; in handle_reply() local
1257 xdrmem_create(&reply_xdrs, buffer, (u_int)inlen, XDR_DECODE); in handle_reply()
1258 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) { in handle_reply()
1281 pos = XDR_GETPOS(&reply_xdrs); in handle_reply()