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

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

Completed in 106 milliseconds