Searched defs:vers_out (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libnsl/rpc/ |
| H A D | clnt_generic.c | 61 * vers_out is set to the highest server supported value 62 * vers_low <= vers_out <= vers_high AND an error results 70 rpcvers_t *vers_out, const rpcvers_t vers_low, 73 return (clnt_create_vers_timed(hostname, prog, vers_out, vers_low, 85 rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high, 106 *vers_out = vers_high; 131 *vers_out = v_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 23 milliseconds