Searched refs:reply_xdrs (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_dg.c | 321 XDR reply_xdrs; in clnt_dg_call() local 527 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (u_int)recvlen, XDR_DECODE); in clnt_dg_call() 528 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clnt_dg_call() 566 &reply_xdrs, xresults, in clnt_dg_call()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 1230 XDR reply_xdrs; in handle_reply() local 1263 xdrmem_create(&reply_xdrs, buffer, (u_int)inlen, XDR_DECODE); in handle_reply() 1264 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) { in handle_reply() 1288 pos = XDR_GETPOS(&reply_xdrs); in handle_reply()
|