Searched refs:ar_vers (Results 1 – 3 of 3) sorted by relevance
133 if (! xdr_u_int32_t(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()135 return (xdr_u_int32_t(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()327 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()328 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
614 rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers; in svcerr_progvers()615 rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers; in svcerr_progvers()
102 #define ar_vers ru.AR_versions macro