Lines Matching refs:reply_msg
222 struct rpc_msg reply_msg; in clnttcp_call() local
271 reply_msg.acpted_rply.ar_verf = _null_auth; in clnttcp_call()
272 reply_msg.acpted_rply.ar_results.where = NULL; in clnttcp_call()
273 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnttcp_call()
277 if (! xdr_replymsg(xdrs, &reply_msg)) { in clnttcp_call()
282 if (reply_msg.rm_xid == x_id) in clnttcp_call()
289 __seterr_reply(&reply_msg, &(ct->ct_error)); in clnttcp_call()
292 &reply_msg.acpted_rply.ar_verf)) { in clnttcp_call()
300 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnttcp_call()
303 &(reply_msg.acpted_rply.ar_verf)); in clnttcp_call()
308 if (refreshes-- && AUTH_REFRESH(h->cl_auth, &reply_msg)) in clnttcp_call()