Lines Matching refs:response
664 } response;
736 (void *)&response.rdata, sizeof(struct rpc_reply_pmap));
744 sa->sin_port = htons(fxdr_unsigned(uint32_t, response.rdata.pmap.port));
773 (void *)&response.mdata,
781 error = fxdr_unsigned(uint32_t, response.mdata.mount.status);
788 rpc->rc_fhsize = fxdr_unsigned(uint32_t, response.mdata.mount.fhandle.length);
789 memcpy(&rpc->rc_fh, &response.mdata.mount.fhandle.handle, rpc->rc_fhsize);
812 (void *)&response.rdata,
820 sa->sin_port = htons(fxdr_unsigned(uint32_t, response.rdata.pmap.port));
876 } response;
904 (void *)&response.rdata,
912 sa->sin_port = htons(fxdr_unsigned(uint32_t, response.rdata.pmap.port));
931 (void *)&response.mdata,
954 * to get the response. It may attempt to re-send the CALL message on
965 void *response, size_t resplen)
989 /* Send the RPC call messsages and receive the RPC response. For UDP-RPC, A limited
990 * number of re-tries will be attempted, but only for the case of response
1015 error = rpcclnt_reply(rpc, procnum, prog, response, resplen);
1072 error = rpcclnt_reply(rpc, procnum, prog, response, resplen);
1084 replymsg = (struct rpc_reply_header *)response;