Searched refs:clnt_create_timed (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_generic.c | 98 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp); in clnt_create_vers_timed() 161 return (clnt_create_timed(hostname, prog, vers, nettype, NULL)); in clnt_create() 173 clnt_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_create_timed() function
|
H A D | Symbol.map | 27 clnt_create_timed;
|
H A D | Makefile.inc | 85 rpc_clnt_create.3 clnt_create_timed.3 \
|
/freebsd/usr.sbin/rpc.umntall/ |
H A D | rpc.umntall.c | 176 clp = clnt_create_timed(hostname, MOUNTPROG, MOUNTVERS, "udp", in do_umntall() 204 clp = clnt_create_timed(hostname, MOUNTPROG, MOUNTVERS, "udp", in do_umount()
|
/freebsd/include/rpc/ |
H A D | clnt.h | 280 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
|
/freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | t_rpc.c | 80 if ((clnt = clnt_create_timed(host, RPCBPROG, RPCBVERS, transp, in onehost()
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 460 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
|