Searched defs:vers_high (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c62 * vers_low <= vers_out <= vers_high AND an error results
71 const rpcvers_t vers_high, const char *nettype)
74 vers_high, nettype, NULL));
85 rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high,
94 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp);
106 *vers_out = vers_high;
110 v_high = vers_high;
69 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
84 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

Completed in 21 milliseconds