Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1894 struct DNSQuestion_struct struct
1897 DNSQuestion *next;
1898 mDNSu32 qnamehash;
1899 … DelayAnswering; // Set if we want to defer answering this question until the cache settles
1900 …2 LastQTime; // Last scheduled transmission of this Q on *all* applicable interfaces
1901 … ThisQInterval; // LastQTime + ThisQInterval is the next scheduled transmission of this Q
1905 …LastAnswerPktNum; // The sequence number of the last response packet containing an answer to this Q
1906 mDNSu32 RecentAnswerPkts; // Number of answers since the last time we sent this query
1907 … CurrentAnswers; // Number of records currently in the cache that answer this question
1908 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes
[all …]