Searched defs:vers_low (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 73 rpcvers_t *vers_out, const rpcvers_t vers_low, 76 return (clnt_create_vers_timed(hostname, prog, vers_out, vers_low, 88 rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high, 112 v_low = vers_low; 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 60 milliseconds