Lines Matching refs:reply
140 int proc, int program, void *reply, size_t resplen);
142 void *reply, size_t resplen);
200 int proc, int program, void *reply,
230 nbytes = recvfrom(rpc->rc_so, reply, resplen, 0, aname, &fromlen);
238 error = memcpy_s((void *)&xid, sizeof(xid), ((char *)reply + RPC_RMSIZE), sizeof(xid));
265 int proc, int program, void *reply,
287 if (ret == 0) /* no reply */
299 nbytes = recvfrom(rpc->rc_so, (char *)reply + offset, resplen - offset, 0, aname, &fromlen);
330 error = memcpy_s(&total, RPC_RMSIZE, reply, RPC_RMSIZE);
349 * Received the RPC reply on the socket.
354 void *reply, size_t resplen)
358 /* Get the next RPC reply from the socket */
360 error = rpcclnt_receive(rpc, rpc->rc_name, procid, prog, reply, resplen);
382 (struct rpc_reply_header *)reply;
713 * unconnected. That would allow servers to reply from a port other than
1011 /* Wait for the reply from our send */
1070 /* Wait for the reply from our send */