Searched refs:re_vers (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_perror.c135 (void) sprintf(str, "; low version = %u, high version = %u", e.re_vers.low, e.re_vers.high);
137 (void) sprintf(str, "; low version = %lu, high version = %lu", e.re_vers.low, e.re_vers.high);
158 (void) sprintf(str, "; low version = %u, high version = %u", e.re_vers.low, e.re_vers.high);
160 (void) sprintf(str, "; low version = %lu, high version = %lu", e.re_vers.low, e.re_vers.high);
H A Drpc_prot.c319 error->re_vers.low = msg->rjcted_rply.rj_vers.low;
320 error->re_vers.high = msg->rjcted_rply.rj_vers.high;
328 error->re_vers.low = msg->acpted_rply.ar_vers.low;
329 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dclnt.h146 #define re_vers ru.RE_vers macro
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_nfs.c1016 minvers = rpcerr.re_vers.low;
1017 maxvers = rpcerr.re_vers.high;

Completed in 125 milliseconds