Searched defs:v_low (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c95 rpcvers_t v_low, v_high; local
112 v_low = vers_low;
114 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) {
124 if (minvers > v_low)
125 v_low = minvers;
126 if (v_low > v_high) {

Completed in 71 milliseconds