Home
last modified time | relevance | path

Searched defs:DNSQuestion_struct (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1836 struct DNSQuestion_struct struct
1839 DNSQuestion *next;
1840 mDNSu32 qnamehash;
1841 …swering; // Set if we want to defer answering this question until the cache settles
1842 …QTime; // Last scheduled transmission of this Q on *all* applicable interfaces
1843 …nterval; // LastQTime + ThisQInterval is the next scheduled transmission of this Q
1847 …ctUnicastResp; // Set when we send a query with the kDNSQClass_UnicastResponse bit set
1848 …um; // The sequence number of the last response packet containing an answer to this Q
1849 …mDNSu32 RecentAnswerPkts; // Number of answers since the last time we sent this query
1850 …rrentAnswers; // Number of records currently in the cache that answer this question
[all …]