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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c64 * vers_out is set to the highest server supported value
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,
109 *vers_out = vers_high;
134 *vers_out = v_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

Completed in 45 milliseconds