Searched refs:clnt_create (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dclnt.h100 * callrpc & clnt_create errors
309 * clnt_create(host, prog, vers, prot);
317 extern CLIENT *clnt_create __P((char *, unsigned int, unsigned int, char *));
319 extern CLIENT *clnt_create __P((char *, unsigned long, unsigned long, char *));
H A Dclnt_generic.c74 clnt_create(hostname, prog, vers, proto) function
H A DMakefile.inc29 rpc.3 clnt_create.3 \
/macosx-10.10.1/network_cmds-457/spray.tproj/
H A Dspray.c147 cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp");
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dtest.c191 cli = clnt_create(statdhost, SM_PROG, SM_VERS, transp);
/macosx-10.10.1/remote_cmds-47/yppush.tproj/
H A Dyppush.c190 client = clnt_create(host, YPPROG, YPVERS, "tcp");
/macosx-10.10.1/system_cmds-643.1.1/passwd.tproj/
H A Dnis_passwd.c160 cl = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
/macosx-10.10.1/BerkeleyDB-21/db/rpc_client/
H A Dclient.c67 if ((cl = clnt_create((char *)host, DB_RPC_SERVERPROG,
/macosx-10.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh201 clnt_call.3 clnt_control.3 clnt_create.3 clnt_destroy.3 \
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dtest.c339 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp");
/macosx-10.10.1/BerkeleyDB-21/db/rpc_server/c/
H A Ddb_server_util.c67 if ((cl = clnt_create("localhost",
/macosx-10.10.1/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp68 if ((cl = clnt_create("localhost",
/macosx-10.10.1/lsof-53/lsof/
H A Dprint.c198 if (!(c = clnt_create("localhost", PMAPPROG, PMAPVERS, "tcp")))

Completed in 400 milliseconds