HomeSort by: relevance | last modified time | path
    Searched refs:maxvers (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/rpc/
clnt_generic.c 109 unsigned long minvers, maxvers; local
113 maxvers = rpcerr.re_vers.high;
114 if (maxvers < vers_high)
115 vers_high = (rpcvers_t)maxvers;
  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 163 uint8 maxvers; /* Maximum version supported */ member in struct:rpcap_authreply
182 uint8 maxvers; /* Maximum version supported */ member in struct:rpcap_authreply_old
pcap-rpcap.c 2146 if (authreply.minvers > authreply.maxvers)
2173 authreply.maxvers = 0;
2186 ourvers = authreply.maxvers;
  /src/usr.bin/rpcinfo/
rpcinfo.c 369 * version 0 calls succeeds, it tries for MAXVERS call and repeats the same.
379 rpcprog_t prognum, vers, minvers, maxvers; local
414 maxvers = rpcerr.re_vers.high;
429 maxvers = rpcerr.re_vers.high;
438 maxvers = MAX_VERS;
448 for (vers = minvers; vers <= maxvers; vers++) {
1291 rpcprog_t prognum, versnum, minvers, maxvers; local
1332 maxvers = rpcerr.re_vers.high;
1345 maxvers = rpcerr.re_vers.high;
1354 maxvers = MAX_VERS
1391 rpcvers_t versnum, minvers, maxvers; local
    [all...]
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 1380 authreply->maxvers = RPCAP_MAX_VERSION;

Completed in 24 milliseconds