Home
last modified time | relevance | path

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

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