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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c92 rpcvers_t v_low, v_high; local
109 v_low = vers_low;
111 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) {
121 if (minvers > v_low)
122 v_low = minvers;
123 if (v_low > v_high) {

Completed in 94 milliseconds