ar_vers
return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
error->re_vers.low = msg->acpted_rply.ar_vers.low;
error->re_vers.high = msg->acpted_rply.ar_vers.high;
if (! xdr_rpcvers(xdrs, &(ar->ar_vers.low)))
rply.acpted_rply.ar_vers.low = low_vers;
rply.acpted_rply.ar_vers.high = high_vers;
if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low)))
return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
error->re_vers.low = msg->acpted_rply.ar_vers.low;
error->re_vers.high = msg->acpted_rply.ar_vers.high;
rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers;
rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers;
if (! xdr_uint32_t(xdrs, &(ar->ar_vers.low)))
return (xdr_uint32_t(xdrs, &(ar->ar_vers.high)));
error->re_vers.low = msg->acpted_rply.ar_vers.low;
error->re_vers.high = msg->acpted_rply.ar_vers.high;
rply.acpted_rply.ar_vers.low = (uint32_t)low_vers;
rply.acpted_rply.ar_vers.high = (uint32_t)high_vers;