Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:ThisQInterval

1499 #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
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)