Home
last modified time | relevance | path

Searched refs:ar_vers (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c93 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_accepted_reply()
95 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_accepted_reply()
163 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_replymsg()
165 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_replymsg()
225 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_replymsg()
227 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_replymsg()
359 error->re_vers.low = msg->acpted_rply.ar_vers.low; in __seterr_reply()
360 error->re_vers.high = msg->acpted_rply.ar_vers.high; in __seterr_reply()
H A Dsvc.c1242 rply.acpted_rply.ar_vers.low = low_vers; in svcerr_progvers()
1243 rply.acpted_rply.ar_vers.high = high_vers; in svcerr_progvers()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c102 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()
104 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()
178 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low))) in xdr_replymsg()
180 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high))); in xdr_replymsg()
236 if (!xdr_rpcvers(xdrs, &ar->ar_vers.low)) in xdr_replymsg()
238 return (xdr_rpcvers(xdrs, &ar->ar_vers.high)); in xdr_replymsg()
429 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
430 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Drpc_msg.h104 #define ar_vers ru.AR_versions macro
H A Dsvc.c1238 rply.acpted_rply.ar_vers.low = low_vers; in svcerr_progvers()
1239 rply.acpted_rply.ar_vers.high = high_vers; in svcerr_progvers()