Home
last modified time | relevance | path

Searched refs:v_high (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
111 v_high = vers_high; in clnt_create_vers_timed()
112 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) { in clnt_create_vers_timed()
118 if (maxvers < v_high) in clnt_create_vers_timed()
119 v_high = maxvers; in clnt_create_vers_timed()
121 v_high--; in clnt_create_vers_timed()
124 if (v_low > v_high) { in clnt_create_vers_timed()
127 CLNT_CONTROL(clnt, CLSET_VERS, (char *)&v_high); in clnt_create_vers_timed()
131 *vers_out = v_high; in clnt_create_vers_timed()