Searched refs:vers_low (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)
87 return (clnt_create_vers_timed(hostname, prog, vers_out, vers_low,
99 rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high,
119 while (rpc_stat == RPC_PROGVERSMISMATCH && vers_high > vers_low) {
129 if (minvers > vers_low)
130 vers_low = minvers;
131 if (vers_low > 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
/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 104 milliseconds