Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:ipv4

1439 		else GetStaticHostname(m); // asynchronously do reverse lookup for primary IPv4 address
1550 zd->Addr.ip.v4 = (answer->rdlength == 4) ? answer->rdata->u.ipv4 : zerov4Addr;
2084 if (mDNSSameIPv4Address(h->arv4.resrec.rdata->u.ipv4, n->ExternalAddress)) return; // If address unchanged, do nothing
2085 LogInfo("Updating hostname %p %##s IPv4 from %.4a to %.4a (NAT gateway's external address)",n,
2086 h->arv4.resrec.name->c, &h->arv4.resrec.rdata->u.ipv4, &n->ExternalAddress);
2091 LogInfo("Advertising hostname %##s IPv4 %.4a (NAT gateway's external address)", h->arv4.resrec.name->c, &n->ExternalAddress);
2093 h->arv4.resrec.rdata->u.ipv4 = n->ExternalAddress;
2106 h->arv4.resrec.rdata->u.ipv4 = m->AdvertisedV4.ip.v4;
2122 LogInfo("Advertising hostname %##s IPv4 %.4a", h->arv4.resrec.name->c, &m->AdvertisedV4.ip.v4);
2170 LogMsg("HostnameCallback: Error %d for registration of %##s IP %.4a", result, rr->resrec.name->c, &rr->resrec.rdata->u.ipv4);
2196 LogInfo("Registered hostname %##s IP %.4a", rr->resrec.name->c, &rr->resrec.rdata->u.ipv4);
2374 !mDNSSameIPv4Address(i->arv4.resrec.rdata->u.ipv4, m->AdvertisedV4.ip.v4))
2394 // If we have a non-zero IPv4 address, we should try immediately to see if we have a NAT gateway
2395 // If we have no IPv4 address, we don't want to be in quite such a hurry to report failures to our clients