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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c170 * This function calls clnt_tp_create_timed().
230 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp);
486 * It calls clnt_tp_create_timed() with the default timeout.
492 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL));
502 clnt_tp_create_timed(const char *hostname, const rpcprog_t prog, function
537 "clnt_tp_create_timed: "
550 "clnt_tp_create_timed: "
589 * clnt_create_vers_times, clnt_tp_create_timed to pass down the
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl452 CLIENT *clnt_tp_create_timed(const char *hostname, rpcprog_t prog,

Completed in 16 milliseconds