Searched refs:clnttcp_create (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dpmap_getmaps.c98 client = clnttcp_create(address, PMAPPROG,
H A Dclnt.h327 * clnttcp_create(raddr, prog, vers, sockp, sendsz, recvsz)
337 extern CLIENT *clnttcp_create __P((struct sockaddr_in *,
344 extern CLIENT *clnttcp_create __P((struct sockaddr_in *,
H A Dclnt_generic.c128 client = clnttcp_create(&sin, prog, vers, &sock, 0, 0);
H A DMakefile.inc40 rpc.3 clnttcp_create.3 \
H A Dclnt_tcp.c268 clnttcp_create(raddr, prog, vers, sockp, sendsz, recvsz) function
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_bind.c192 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, 0, 0);
195 clnt_pcreateerror("clnttcp_create");
263 else ysd->dom_client = clnttcp_create(&ysd->dom_server_addr, YPPROG, YPVERS, &ysd->dom_socket, 0, 0);
268 else clnt_pcreateerror("clnttcp_create");
H A Dyp_all.c174 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);
176 printf("clnttcp_create failed\n");
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh216 clnttcp_create.3 clntudp_bufcreate.3 clntudp_create.3 \
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c133 client = clnttcp_create(&rsrv_sin, program, version,
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.c133 client = clnttcp_create(&rsrv_sin, program, version,
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_nfs.c1138 clnt = clnttcp_create(&sin, prog, vers, &sock, 0, 0);
/macosx-10.9.5/lsof-52/lsof/
H A Dprint.c200 if (!(c = clnttcp_create(&ia, PMAPPROG, PMAPVERS, &s, 0, 0)))

Completed in 296 milliseconds