Searched refs:ar_vers (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c97 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low)))
99 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high)));
167 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low)))
169 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high)));
230 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low)))
232 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high)));
364 error->re_vers.low = msg->acpted_rply.ar_vers.low;
365 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dsvc.c1238 rply.acpted_rply.ar_vers.low = low_vers;
1239 rply.acpted_rply.ar_vers.high = high_vers;
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c102 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low)))
104 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
178 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low)))
180 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high)));
236 if (!xdr_rpcvers(xdrs, &ar->ar_vers.low))
238 return (xdr_rpcvers(xdrs, &ar->ar_vers.high));
429 error->re_vers.low = msg->acpted_rply.ar_vers.low;
430 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Drpc_msg.h106 #define ar_vers ru.AR_versions macro
H A Dsvc.c1258 rply.acpted_rply.ar_vers.low = low_vers;
1259 rply.acpted_rply.ar_vers.high = high_vers;
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Drpc_msg.h90 #define ar_vers ru.AR_versions macro

Completed in 66 milliseconds