Home
last modified time | relevance | path

Searched refs:rj_vers (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c111 if (!xdr_u_int(xdrs, (uint_t *)&(rr->rj_vers.low))) in xdr_rejected_reply()
113 return (xdr_u_int(xdrs, (uint_t *)&(rr->rj_vers.high))); in xdr_rejected_reply()
350 error->re_vers.low = msg->rjcted_rply.rj_vers.low; in __seterr_reply()
351 error->re_vers.high = msg->rjcted_rply.rj_vers.high; in __seterr_reply()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c121 if (!xdr_rpcvers(xdrs, &(rr->rj_vers.low))) in xdr_rejected_reply()
123 return (xdr_rpcvers(xdrs, &(rr->rj_vers.high))); in xdr_rejected_reply()
420 error->re_vers.low = msg->rjcted_rply.rj_vers.low; in _seterr_reply()
421 error->re_vers.high = msg->rjcted_rply.rj_vers.high; in _seterr_reply()
H A Drpc_msg.h119 #define rj_vers ru.RJ_versions macro