Lines Matching refs:reply_msg
338 struct rpc_msg reply_msg; in clnt_dg_call() local
483 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call()
484 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call()
485 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call()
486 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call()
487 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call()
690 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_dg_call()
694 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
695 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
698 stat = _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call()
703 &reply_msg.acpted_rply.ar_verf, in clnt_dg_call()
744 AUTH_REFRESH(auth, &reply_msg)) { in clnt_dg_call()