HomeSort by: relevance | last modified time | path
    Searched defs:reply_xdrs (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/rpc/
clnt_dg.c 322 XDR reply_xdrs; local in function:clnt_dg_call
463 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (u_int)recvlen, XDR_DECODE);
464 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
465 /* XDR_DESTROY(&reply_xdrs); save a few cycles on noop destroy */
clnt_dg.c 322 XDR reply_xdrs; local in function:clnt_dg_call
463 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (u_int)recvlen, XDR_DECODE);
464 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
465 /* XDR_DESTROY(&reply_xdrs); save a few cycles on noop destroy */
clnt_dg.c 322 XDR reply_xdrs; local in function:clnt_dg_call
463 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (u_int)recvlen, XDR_DECODE);
464 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
465 /* XDR_DESTROY(&reply_xdrs); save a few cycles on noop destroy */
clnt_dg.c 322 XDR reply_xdrs; local in function:clnt_dg_call
463 xdrmem_create(&reply_xdrs, cu->cu_inbuf, (u_int)recvlen, XDR_DECODE);
464 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
465 /* XDR_DESTROY(&reply_xdrs); save a few cycles on noop destroy */
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 1266 XDR reply_xdrs; local in function:handle_reply
1301 xdrmem_create(&reply_xdrs, buffer, (u_int)inlen, XDR_DECODE);
1302 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) {
1325 pos = XDR_GETPOS(&reply_xdrs);
rpcb_svc_com.c 1266 XDR reply_xdrs; local in function:handle_reply
1301 xdrmem_create(&reply_xdrs, buffer, (u_int)inlen, XDR_DECODE);
1302 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) {
1325 pos = XDR_GETPOS(&reply_xdrs);
rpcb_svc_com.c 1266 XDR reply_xdrs; local in function:handle_reply
1301 xdrmem_create(&reply_xdrs, buffer, (u_int)inlen, XDR_DECODE);
1302 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) {
1325 pos = XDR_GETPOS(&reply_xdrs);
rpcb_svc_com.c 1266 XDR reply_xdrs; local in function:handle_reply
1301 xdrmem_create(&reply_xdrs, buffer, (u_int)inlen, XDR_DECODE);
1302 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) {
1325 pos = XDR_GETPOS(&reply_xdrs);

Completed in 170 milliseconds