Searched refs:ar_vers (Results 1 – 9 of 9) sorted by relevance
98 if (! xdr_rpcvers(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()100 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()273 error->re_vers.low = msg->acpted_rply.ar_vers.low; in gssrpc__seterr_reply()274 error->re_vers.high = msg->acpted_rply.ar_vers.high; in gssrpc__seterr_reply()
364 rply.acpted_rply.ar_vers.low = low_vers; in svcerr_progvers()365 rply.acpted_rply.ar_vers.high = high_vers; in svcerr_progvers()
117 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()119 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()326 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()327 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
517 rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers; in svcerr_progvers()518 rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers; in svcerr_progvers()
114 if (! xdr_uint32_t(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()116 return (xdr_uint32_t(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()342 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()343 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
100 #define ar_vers ru.AR_versions macro
869 rply.acpted_rply.ar_vers.low = (uint32_t)low_vers; in svcerr_progvers()870 rply.acpted_rply.ar_vers.high = (uint32_t)high_vers; in svcerr_progvers()
103 #define ar_vers ru.AR_versions macro