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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c173 * This function calls clnt_tp_create_timed().
233 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp);
492 * It calls clnt_tp_create_timed() with the default timeout.
498 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL));
508 clnt_tp_create_timed(const char *hostname, const rpcprog_t prog, function
543 "clnt_tp_create_timed: "
556 "clnt_tp_create_timed: "
595 * clnt_create_vers_times, clnt_tp_create_timed to pass down the
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile134 clnt_tp_create_timed.3nsl \
398 clnt_tp_create_timed.3nsl := LINKSRC = rpc_clnt_create.3nsl

Completed in 262 milliseconds