Searched defs:vers_high (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 65 * vers_low <= vers_out <= vers_high AND an error results 74 const rpcvers_t vers_high, const char *nettype) 77 vers_high, nettype, NULL)); 88 rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high, 97 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp); 109 *vers_out = vers_high; 113 v_high = vers_high; 72 clnt_create_vers(const char *hostname, const rpcprog_t prog, rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high, const char *nettype) argument 87 clnt_create_vers_timed(const char *hostname, const rpcprog_t prog, rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high, const char *nettype, const struct timeval *tp) argument
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 896 ulong_t vers_low, vers_high; local 899 &vers_low, &vers_high); 901 svcerr_progvers(transp, vers_low, vers_high);
|
Completed in 59 milliseconds