Searched refs:vers_high (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_generic.c76 * vers_low <= vers_out <= vers_high AND an error results
84 rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype)
88 vers_high, nettype, NULL));
99 rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high,
107 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp);
116 *vers_out = vers_high;
119 while (rpc_stat == RPC_PROGVERSMISMATCH && vers_high > vers_low) {
125 if (maxvers < vers_high)
126 vers_high = maxvers;
128 vers_high
83 clnt_create_vers(const char *hostname, rpcprog_t prog, rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype) argument
98 clnt_create_vers_timed(const char *hostname, rpcprog_t prog, rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype, const struct timeval *tp) argument
[all...]
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c702 rpcvers_t vers_low, vers_high; local
705 &vers_low, &vers_high);
706 svcerr_progvers(transp, vers_low, vers_high);

Completed in 213 milliseconds