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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_simple.c127 if ((crp->client = clntudp_create(&server_addr, (uint32_t)prognum,
131 if ((crp->client = clntudp_create(&server_addr, (u_long)prognum,
H A Dclnt.h357 * clntudp_create(raddr, program, version, wait, sockp)
377 extern CLIENT *clntudp_create __P((struct sockaddr_in *,
390 extern CLIENT *clntudp_create __P((struct sockaddr_in *,
H A Dclnt_generic.c122 client = clntudp_create(&sin, prog, vers, tv, &sock);
H A DMakefile.inc42 rpc.3 clntudp_create.3 \
H A Dclnt_udp.c286 clntudp_create(raddr, program, version, wait, sockp) function
H A Dpmap_rmt.c117 client = clntudp_create(addr, PMAPPROG, PMAPVERS, timeout, &socket);
/macosx-10.9.5/remote_cmds-41.90.1/ypset.tproj/
H A Dypset.c109 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
/macosx-10.9.5/remote_cmds-41.90.1/yppoll.tproj/
H A Dyppoll.c124 client = clntudp_create(&rsrv_sin, YPPROG, YPVERS, tv, &rsrv_sock);
126 fprintf(stderr, "clntudp_create: no contact with host %s.\n",
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c136 client = clntudp_create(&rsrv_sin, program, version, tv,
141 fprintf(stderr, "clntudp_create: no contact with host %s.\n",
168 client = clntudp_create(&rsrv_sin, program, version, tv, &rsrv_sock);
170 fprintf(stderr,"clntudp_create: no contact with localhost.\n");
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.c136 client = clntudp_create(&rsrv_sin, program, version, tv,
141 fprintf(stderr, "clntudp_create: no contact with host %s.\n",
168 client = clntudp_create(&rsrv_sin, program, version, tv, &rsrv_sock);
170 fprintf(stderr,"clntudp_create: no contact with localhost.\n");
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_bind.c262 if (proto == YP_BIND_UDP) ysd->dom_client = clntudp_create(&ysd->dom_server_addr, YPPROG, YPVERS, tv, &ysd->dom_socket);
267 if (proto == YP_BIND_UDP) clnt_pcreateerror("clntudp_create");
/macosx-10.9.5/remote_cmds-41.90.1/ypwhich.tproj/
H A Dypwhich.c103 client = clntudp_create(lsin, YPBINDPROG, YPBINDVERS, tv, &sock);
105 warnx("can't clntudp_create: %s", yperr_string(YPERR_YPBIND));
/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/autofs-234/automountd/
H A Dautod_nfs.c1133 clnt = clntudp_create(&sin, prog, vers, to, &sock);

Completed in 119 milliseconds