clnt_tp_create
clnt = clnt_tp_create(hostname, GSSPROG, GSSVERS, tpconf);
clnt = clnt_tp_create(hostname,
kwarn_clnt = clnt_tp_create(hostname, KWARNPROG, KWARNVERS,
kwarn_clnt = clnt_tp_create(hostname,
client = clnt_tp_create(argv[0], prognum, versnum, nconf);
if ((*client = clnt_tp_create(HOST_SELF_CONNECT, prognum,
client = clnt_tp_create(nisbuf->master, YPPASSWDPROG,
extern CLIENT * clnt_tp_create(const char *, const rpcprog_t, const rpcvers_t,
extern CLIENT * clnt_tp_create();