Searched defs:ThisQInterval (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1499 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval)
1500 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf)
1510 mDNSs32 ThisQInterval; // LastQTime + ThisQInterval is the next scheduled transmission of this Q member in struct:DNSQuestion_struct
1511 // ThisQInterval > 0 for an active question;
1512 // ThisQInterval = 0 for a suspended question that's still in the list
1513 // ThisQInterval = -1 for a cancelled question (should not still be in list)

Completed in 3281 milliseconds