Searched refs:HaveRoutable (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c4371 mDNSBool HaveRoutable = !rfc1918 && !mDNSIPv4AddressIsZero(m->AdvertisedV4.ip.v4); local
4374 if (HaveRoutable) m->ExternalAddress = m->AdvertisedV4.ip.v4;
4433 if (HaveRoutable) // If not RFC 1918 address, our own address and port are effectively our external address and port
4477 const mDNSIPPort ExternalPort = HaveRoutable ? cur->IntPort :
4479 if (!cur->Protocol || HaveRoutable || cur->ExpiryTime || cur->retryInterval > NATMAP_INIT_RETRY * 8)

Completed in 70 milliseconds