Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c93 rpcvers_t v_low, v_high; in clnt_create_vers_timed() local
110 v_low = vers_low; in clnt_create_vers_timed()
112 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) { in clnt_create_vers_timed()
122 if (minvers > v_low) in clnt_create_vers_timed()
123 v_low = minvers; in clnt_create_vers_timed()
124 if (v_low > v_high) { in clnt_create_vers_timed()