Lines Matching refs:reply_msg
343 struct rpc_msg reply_msg; in clnt_dg_call() local
492 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call()
493 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call()
494 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call()
495 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
496 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
699 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_dg_call()
703 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
704 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
707 stat = _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call()
712 &reply_msg.acpted_rply.ar_verf, in clnt_dg_call()
753 AUTH_REFRESH(auth, &reply_msg)) { in clnt_dg_call()