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

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_generic.c92 * vers_low <= vers_out <= vers_high AND an error results
100 rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype)
103 return (clnt_create_vers_timed(hostname, prog, vers_out, vers_low,
115 rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high,
135 while (rpc_stat == RPC_PROGVERSMISMATCH && vers_high > vers_low) {
145 if (minvers > vers_low)
146 vers_low = minvers;
147 if (vers_low > vers_high) {
99 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
114 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-10.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c705 rpcvers_t vers_low, vers_high; local
708 &vers_low, &vers_high);
709 svcerr_progvers(transp, vers_low, vers_high);

Completed in 84 milliseconds