Searched refs:arv4 (Results 1 – 2 of 2) sorted by relevance
1710 if (hi->arv4.state == regState_Registered || hi->arv4.state == regState_Refresh || in GetServiceTarget()2362 if (h->arv4.resrec.RecordType) in hostnameGetPublicAddressCallback()2364 …if (mDNSSameIPv4Address(h->arv4.resrec.rdata->u.ipv4, n->ExternalAddress)) return; // If address … in hostnameGetPublicAddressCallback()2366 h->arv4.resrec.name->c, &h->arv4.resrec.rdata->u.ipv4, &n->ExternalAddress); in hostnameGetPublicAddressCallback()2367 … mDNS_Deregister(m, &h->arv4); // mStatus_MemFree callback will re-register with new address in hostnameGetPublicAddressCallback()2371 …LogInfo("Advertising hostname %##s IPv4 %.4a (NAT gateway's external address)", h->arv4.resrec.nam… in hostnameGetPublicAddressCallback()2372 h->arv4.resrec.RecordType = kDNSRecordTypeKnownUnique; in hostnameGetPublicAddressCallback()2373 h->arv4.resrec.rdata->u.ipv4 = n->ExternalAddress; in hostnameGetPublicAddressCallback()2374 mDNS_Register(m, &h->arv4); in hostnameGetPublicAddressCallback()2382 …if (!mDNSIPv4AddressIsZero(m->AdvertisedV4.ip.v4) && h->arv4.resrec.RecordType == kDNSRecordTypeUn… in AdvertiseHostname()[all …]
1609 AuthRecord arv4; // registered IPv4 address record member