Lines Matching defs:reply_msg
354 struct rpc_msg reply_msg;
425 reply_msg.acpted_rply.ar_verf = _null_auth;
426 reply_msg.acpted_rply.ar_results.where = NULL;
427 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
433 if (! xdr_replymsg(xdrs, &reply_msg)) {
439 if (reply_msg.rm_xid == x_id)
446 _seterr_reply(&reply_msg, &(ct->ct_error));
449 &reply_msg.acpted_rply.ar_verf)) {
457 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
460 &(reply_msg.acpted_rply.ar_verf));