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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2045 mDNSs32 maxExistingAnnounceInterval = 0; local
2128 if (maxExistingAnnounceInterval < rr->ThisAPInterval)
2129 maxExistingAnnounceInterval = rr->ThisAPInterval;
2140 (rr->ThisAPInterval <= maxExistingAnnounceInterval &&
2857 // For explanation of maxExistingQuestionInterval logic, see comments for maxExistingAnnounceInterval

Completed in 52 milliseconds