Home
last modified time | relevance | path

Searched refs:clnt_tp_create_timed (Results 1 – 6 of 6) sorted by relevance

/NextBSD/lib/libc/rpc/
HDclnt_generic.c216 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp); in clnt_create_timed()
270 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL)); in clnt_tp_create()
280 clnt_tp_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_tp_create_timed() function
HDSymbol.map64 clnt_tp_create_timed;
HDMakefile.inc97 rpc_clnt_create.3 clnt_tp_create_timed.3 \
/NextBSD/include/rpc/
HDclnt.h343 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
/NextBSD/sys/rpc/
HDclnt.h514 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
/NextBSD/contrib/amd/
HDChangeLog10451 clnt_tp_create_timed() on systems that don'e have it (Solaris 2.4
10454 * aux/configure.in: test for existence of clnt_tp_create_timed(),