clnt_create_timed
extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp);
return (clnt_create_timed(hostname, prog, vers, nettype, NULL));
clp = clnt_create_timed(hostname, RPCPROG_MNT, RPCMNT_VER1, "udp",
clp = clnt_create_timed(hostname, RPCPROG_MNT, RPCMNT_VER1, "udp",