Home
last modified time | relevance | path

Searched refs:clnt_create_timed (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dclnt_generic.c98 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 DSymbol.map27 clnt_create_timed;
H A DMakefile.inc85 rpc_clnt_create.3 clnt_create_timed.3 \
/freebsd/usr.sbin/rpc.umntall/
H A Drpc.umntall.c176 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 Dclnt.h280 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c80 if ((clnt = clnt_create_timed(host, RPCBPROG, RPCBVERS, transp, in onehost()
/freebsd/sys/rpc/
H A Dclnt.h460 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,