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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2378 mDNSs32 maxExistingAnnounceInterval = 0; local
2465 if (maxExistingAnnounceInterval < rr->ThisAPInterval)
2466 maxExistingAnnounceInterval = rr->ThisAPInterval;
2477 (rr->ThisAPInterval <= maxExistingAnnounceInterval &&
3309 // For explanation of maxExistingQuestionInterval logic, see comments for maxExistingAnnounceInterval

Completed in 104 milliseconds