HomeSort by: relevance | last modified time | path
    Searched refs:vers_high (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
clnt_generic.c 75 * vers_low <= vers_out <= vers_high AND an error results
84 rpcvers_t vers_high,
96 clnt = clnt_create(hostname, prog, vers_high, nettype);
105 *vers_out = vers_high;
114 if (maxvers < vers_high)
115 vers_high = (rpcvers_t)maxvers;
118 if (vers_low > vers_high) {
121 CLNT_CONTROL(clnt, CLSET_VERS, (char *)(void *)&vers_high);
125 *vers_out = vers_high;
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 716 rpcvers_t vers_low, vers_high; local in function:rpcbproc_callit_com
719 &vers_low, &vers_high);
720 svcerr_progvers(transp, vers_low, vers_high);

Completed in 36 milliseconds