Searched refs:arv4 (Results 1 – 2 of 2) sorted by relevance
1427 if (hi->arv4.state == regState_Registered || hi->arv4.state == regState_Refresh || in GetServiceTarget()2082 if (h->arv4.resrec.RecordType) in hostnameGetPublicAddressCallback()2084 …if (mDNSSameIPv4Address(h->arv4.resrec.rdata->u.ipv4, n->ExternalAddress)) return; // If address u… in hostnameGetPublicAddressCallback()2086 h->arv4.resrec.name->c, &h->arv4.resrec.rdata->u.ipv4, &n->ExternalAddress); in hostnameGetPublicAddressCallback()2087 mDNS_Deregister(m, &h->arv4); // mStatus_MemFree callback will re-register with new address in hostnameGetPublicAddressCallback()2091 …LogInfo("Advertising hostname %##s IPv4 %.4a (NAT gateway's external address)", h->arv4.resrec.nam… in hostnameGetPublicAddressCallback()2092 h->arv4.resrec.RecordType = kDNSRecordTypeKnownUnique; in hostnameGetPublicAddressCallback()2093 h->arv4.resrec.rdata->u.ipv4 = n->ExternalAddress; in hostnameGetPublicAddressCallback()2094 mDNS_Register(m, &h->arv4); in hostnameGetPublicAddressCallback()2102 …if (!mDNSIPv4AddressIsZero(m->AdvertisedV4.ip.v4) && h->arv4.resrec.RecordType == kDNSRecordTypeUn… in AdvertiseHostname()[all …]
1373 AuthRecord arv4; // registered IPv4 address record member