Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c226 XDR reply_xdrs; in clntbudp_call() local
359 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (uint_t)inlen, XDR_DECODE); in clntbudp_call()
360 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clntbudp_call()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c270 XDR reply_xdrs; in clnt_dg_call() local
554 xdrmem_create(&reply_xdrs, cu->cu_inbuf, in clnt_dg_call()
556 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clnt_dg_call()
572 if (!(*xresults)(&reply_xdrs, resultsp)) { in clnt_dg_call()
578 } else if (!__rpc_gss_unwrap(cl->cl_auth, &reply_xdrs, in clnt_dg_call()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c233 XDR reply_xdrs; local
400 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (u_int)inlen, XDR_DECODE);
401 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1392 XDR reply_xdrs; in handle_reply() local
1439 xdrmem_create(&reply_xdrs, buffer, inlen, XDR_DECODE); in handle_reply()
1445 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) { in handle_reply()
1446 xdr_destroy(&reply_xdrs); in handle_reply()
1452 pos = XDR_GETPOS(&reply_xdrs); in handle_reply()
1453 xdr_destroy(&reply_xdrs); in handle_reply()