Searched refs:v_high (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
113 v_high = vers_high;
114 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) {
120 if (maxvers < v_high)
121 v_high = maxvers;
123 v_high--;
126 if (v_low > v_high) {
129 CLNT_CONTROL(clnt, CLSET_VERS, (char *)&v_high);
134 *vers_out = v_high;

Completed in 47 milliseconds