Home | History | Annotate | Download | only in ypwhich

Lines Matching defs:tcp

75  *   -T: use TCP instead of UDP
99 int inhibit = 0, force = 0, tcp = 0;
134 tcp = 1;
155 "force=%d, tcp=%d\n",
156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp);
171 tcp, ypaliases);
173 inaddr = find_server(targhost, ourdomain, tcp);
199 int tcp)
204 if (tcp)
214 find_server(const char *host, const char *domain, int tcp)
240 ypbind = mkclient(&sin, YPBINDPROG, YPBINDVERS, tcp);
242 errx(1, "clnt%s_create: %s: %s", tcp ? "tcp" : "udp", host,
273 int inhibit, int force, int tcp, const struct ypalias *ypaliases)
302 inaddr = find_server(host, domain, tcp);
326 ypserv = mkclient(&sin, YPPROG, YPVERS, tcp);
328 warnx("clnt%s_create: %s: %s", tcp ? "tcp" : "udp", host,