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

/macosx-10.9.5/Libinfo-449.1.3/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.9.5/network_cmds-433/spray.tproj/
H A Dspray.c147 cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp");
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dtest.c191 cli = clnt_create(statdhost, SM_PROG, SM_VERS, transp);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyppush.c190 client = clnt_create(host, YPPROG, YPVERS, "tcp");
/macosx-10.9.5/system_cmds-597.90.1/passwd.tproj/
H A Dnis_passwd.c160 cl = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/passwd.tproj/
H A Dnis_passwd.c160 cl = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dclient.c67 if ((cl = clnt_create((char *)host, DB_RPC_SERVERPROG,
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh212 clnt_call.3 clnt_control.3 clnt_create.3 clnt_destroy.3 \
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dtest.c339 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp");
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/c/
H A Ddb_server_util.c67 if ((cl = clnt_create("localhost",
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp68 if ((cl = clnt_create("localhost",
/macosx-10.9.5/lsof-52/lsof/
H A Dprint.c198 if (!(c = clnt_create("localhost", PMAPPROG, PMAPVERS, "tcp")))

Completed in 178 milliseconds