Home | History | Annotate | Download | only in mDNSPosix

Lines Matching defs:ip

48 	mDNSv4Addr ip;
79 // Note: This is reverse order compared to a normal dotted-decimal IP address, so we can't use our customary "%.4a" format code
80 mDNS_snprintf(buffer, sizeof(buffer), "%d.%d.%d.%d.in-addr.arpa.", p->ip.b[3], p->ip.b[2], p->ip.b[1], p->ip.b[0]);
84 p->RR_A. resrec.rdata->u.ipv4 = p->ip;
255 proxyhost.ip.NotAnInteger = inet_addr(argv[1]);
256 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
259 if (h) proxyhost.ip.NotAnInteger = *(long*)h->h_addr;
261 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
289 fprintf(stderr, "%s ip hostlabel [srvname srvtype port txt [txt ...]]\n", argv[0]);
290 fprintf(stderr, "ip Real IP address (or valid host name) of the host where the service actually resides\n");