Searched defs:v_high (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
110 v_high = vers_high;
111 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) {
117 if (maxvers < v_high)
118 v_high = maxvers;
120 v_high--;
123 if (v_low > v_high) {
126 CLNT_CONTROL(clnt, CLSET_VERS, (char *)&v_high);
131 *vers_out = v_high;

Completed in 16 milliseconds