Searched refs:vers_high (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/lib/libc/rpc/ |
| HD | clnt_generic.c | 82 rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype) in clnt_create_vers() argument 86 vers_high, nettype, NULL)); in clnt_create_vers() 97 rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high, in clnt_create_vers_timed() argument 105 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp); in clnt_create_vers_timed() 114 *vers_out = vers_high; in clnt_create_vers_timed() 117 while (rpc_stat == RPC_PROGVERSMISMATCH && vers_high > vers_low) { in clnt_create_vers_timed() 123 if (maxvers < vers_high) in clnt_create_vers_timed() 124 vers_high = maxvers; in clnt_create_vers_timed() 126 vers_high--; in clnt_create_vers_timed() 129 if (vers_low > vers_high) { in clnt_create_vers_timed() [all …]
|
| /freebsd-13-stable/usr.sbin/rpcbind/ |
| HD | rpcb_svc_com.c | 701 rpcvers_t vers_low, vers_high; in rpcbproc_callit_com() local 704 &vers_low, &vers_high); in rpcbproc_callit_com() 705 svcerr_progvers(transp, vers_low, vers_high); in rpcbproc_callit_com()
|