Home | History | Annotate | Download | only in rpc

Lines Matching defs:reply_msg

321 	struct rpc_msg reply_msg;
397 reply_msg.acpted_rply.ar_verf = _null_auth;
398 reply_msg.acpted_rply.ar_results.where = resultsp;
399 reply_msg.acpted_rply.ar_results.proc = xresults;
464 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
467 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
468 (reply_msg.acpted_rply.ar_stat == SUCCESS))
471 _seterr_reply(&reply_msg, &(cu->cu_error));
475 &reply_msg.acpted_rply.ar_verf)) {
479 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
482 &(reply_msg.acpted_rply.ar_verf));