Searched defs:vers_low (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 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, 109 v_low = vers_low; 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 19 milliseconds