Home
last modified time | relevance | path

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