clnt_tp_create
extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
clnt = clnt_tp_create(hostname, prog, vers, nconf);
__weak_alias(clnt_tp_create,_clnt_tp_create)
clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers,
client = clnt_tp_create(argv[0], prognum, versnum, nconf);
client = clnt_tp_create(host, NLM_PROG, vers, nconf);