Symbol: re_vers
crypto/krb5/src/lib/rpc/clnt_perror.c
128
(u_long) e.re_vers.low,
crypto/krb5/src/lib/rpc/clnt_perror.c
129
(u_long) e.re_vers.high);
crypto/krb5/src/lib/rpc/clnt_perror.c
157
(u_long) e.re_vers.low,
crypto/krb5/src/lib/rpc/clnt_perror.c
158
(u_long) e.re_vers.high);
crypto/krb5/src/lib/rpc/rpc_prot.c
264
error->re_vers.low = msg->rjcted_rply.rj_vers.low;
crypto/krb5/src/lib/rpc/rpc_prot.c
265
error->re_vers.high = msg->rjcted_rply.rj_vers.high;
crypto/krb5/src/lib/rpc/rpc_prot.c
273
error->re_vers.low = msg->acpted_rply.ar_vers.low;
crypto/krb5/src/lib/rpc/rpc_prot.c
274
error->re_vers.high = msg->acpted_rply.ar_vers.high;
lib/libc/rpc/clnt_generic.c
114
minvers = rpcerr.re_vers.low;
lib/libc/rpc/clnt_generic.c
115
maxvers = rpcerr.re_vers.high;
lib/libc/rpc/clnt_perror.c
126
e.re_vers.low, e.re_vers.high);
lib/libc/rpc/clnt_perror.c
155
e.re_vers.low, e.re_vers.high);
lib/libc/rpc/rpc_prot.c
317
error->re_vers.low = msg->rjcted_rply.rj_vers.low;
lib/libc/rpc/rpc_prot.c
318
error->re_vers.high = msg->rjcted_rply.rj_vers.high;
lib/libc/rpc/rpc_prot.c
326
error->re_vers.low = msg->acpted_rply.ar_vers.low;
lib/libc/rpc/rpc_prot.c
327
error->re_vers.high = msg->acpted_rply.ar_vers.high;
lib/libc/rpc/rpcb_clnt.c
975
if (rpcerr.re_vers.low > RPCBVERS4)
sys/rpc/rpc_prot.c
333
error->re_vers.low = msg->rjcted_rply.rj_vers.low;
sys/rpc/rpc_prot.c
334
error->re_vers.high = msg->rjcted_rply.rj_vers.high;
sys/rpc/rpc_prot.c
342
error->re_vers.low = msg->acpted_rply.ar_vers.low;
sys/rpc/rpc_prot.c
343
error->re_vers.high = msg->acpted_rply.ar_vers.high;
usr.bin/rpcinfo/rpcinfo.c
1303
minvers = rpcerr.re_vers.low;
usr.bin/rpcinfo/rpcinfo.c
1304
maxvers = rpcerr.re_vers.high;
usr.bin/rpcinfo/rpcinfo.c
1317
minvers = rpcerr.re_vers.low;
usr.bin/rpcinfo/rpcinfo.c
1318
maxvers = rpcerr.re_vers.high;
usr.bin/rpcinfo/rpcinfo.c
1410
minvers = rpcerr.re_vers.low;
usr.bin/rpcinfo/rpcinfo.c
1411
maxvers = rpcerr.re_vers.high;
usr.bin/rpcinfo/rpcinfo.c
1424
minvers = rpcerr.re_vers.low;
usr.bin/rpcinfo/rpcinfo.c
1425
maxvers = rpcerr.re_vers.high;
usr.bin/rpcinfo/rpcinfo.c
405
minvers = rpcerr.re_vers.low;
usr.bin/rpcinfo/rpcinfo.c
406
maxvers = rpcerr.re_vers.high;
usr.bin/rpcinfo/rpcinfo.c
420
minvers = rpcerr.re_vers.low;
usr.bin/rpcinfo/rpcinfo.c
421
maxvers = rpcerr.re_vers.high;
usr.bin/rpcinfo/rpcinfo.c
507
if (err.re_vers.low > PMAPVERS) {
usr.bin/rpcinfo/rpcinfo.c
723
if (err.re_vers.low == RPCBVERS4) {
usr.bin/rpcinfo/rpcinfo.c
733
if (err.re_vers.high == PMAPVERS) {