Searched refs:ar_vers (Results 1 – 3 of 3) sorted by relevance
90 if (!xdr_u_long (xdrs, &(ar->ar_vers.low))) in libc_hidden_nolink_sunrpc()92 return (xdr_u_long (xdrs, &(ar->ar_vers.high))); in libc_hidden_nolink_sunrpc()269 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()270 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
371 rply.acpted_rply.ar_vers.low = low_vers; in libc_hidden_nolink_sunrpc()372 rply.acpted_rply.ar_vers.high = high_vers; in libc_hidden_nolink_sunrpc()
102 #define ar_vers ru.AR_versions macro
Completed in 8 milliseconds