Searched refs:clnt_tp_create_timed (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_generic.c | 209 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp); in clnt_create_timed() 263 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL)); in clnt_tp_create() 273 clnt_tp_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_tp_create_timed() function
|
H A D | Symbol.map | 29 clnt_tp_create_timed;
|
H A D | Makefile.inc | 95 rpc_clnt_create.3 clnt_tp_create_timed.3 \
|
/freebsd/include/rpc/ |
H A D | clnt.h | 341 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 521 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
|