clnt_create
client = clnt_create("localhost", NFS4_PROGRAM, NFS_V4, "tcp");
mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp");
client = clnt_create("localhost", NFS3_PROGRAM, NFS_V3, "tcp");
cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "datagram_v");
cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "circuit_v");
cl = clnt_create(host, MOUNTPROG, MOUNTVERS, "datagram_v");
cl = clnt_create(fshost, NLM_PROG, NLM_VERS, "datagram_v");
client = clnt_create(ip, NFS4_PROGRAM, NFS_V4, "tcp");
client = clnt_create(argv[0], prognum, versnum, "NETPATH");
clnt = clnt_create(host, SPRAYPROG, SPRAYVERS, type);
if ((map_clnt = clnt_create(host, YPPROG, YPVERS,
if ((server = clnt_create(server_to_use, YPPROG, YPVERS,
client = clnt_create(host, YPBINDPROG,
client = clnt_create(host, YPBINDPROG, vers, "netpath");
if ((client = clnt_create(host, YPBINDPROG, vers, "udp")) == NULL) {
rcp->client = clnt_create(host, prognum, versnum, nettype);
if ((allc = clnt_create(server_name, YPPROG,
return (clnt_create(hostname, prog, vers, nt));
client = clnt_create(ypmaster, YPU_PROG, YPU_VERS, "circuit_n");
clnt = clnt_create("localhost", SMSERVERPROG, SMSERVERVERS,
client = clnt_create(nisbuf->master, YPPASSWDPROG,
client = clnt_create(nisbuf->master, YPPASSWDPROG,
cl = clnt_create(hostname, (ulong_t)MOUNTPROG, (ulong_t)MOUNTVERS,
cl = clnt_create(hostname, (ulong_t)MOUNTPROG,
extern CLIENT * clnt_create(const char *, const rpcprog_t, const rpcvers_t,
extern CLIENT * clnt_create();