Searched defs:clnt_tp_create_timed (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 170 * 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
|
Completed in 21 milliseconds