HomeSort by: relevance | last modified time | path
    Searched refs:Question (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/
ditch.pl 76 my $q = new Net::DNS::Question($tokens[0], $tokens[1], "IN");
78 $packet->push(question => $q);
ans.pl 155 my @questions = $request->question;
275 Net::DNS::Question->decode(\$data, $offset);
278 Net::DNS::Question->parse(\$data, $offset);
358 my @questions = $request->question;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 224 kDNSQClass_UnicastResponse = 0x8000 // Top bit set in a question means "unicast response acceptable"
505 // them to hang around for too long in the cache if the host in question crashes or otherwise goes away... but to reduce
591 DNSQuestion *question; // For queries member in struct:tcpInfo_t
1475 mDNSAddr AddressProxy; // For reverse-mapping Sleep Proxy PTR records, address in question
1489 mDNSu8 AnsweredLocalQ; // Set if this AuthRecord has been delivered to any local question (LocalOnly or mDNSInterface_Any)
1502 const mDNSu8 *NR_AnswerTo; // Set if this record was selected by virtue of being a direct answer to a question
1566 // Everywhere else in the code, the determination of whether a question is unicast is made by checking to see if TargetQID is nonzero.
1623 DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can never point to a NewQuestion.
1744 #pragma mark - Question structures
1749 // If the host has more active interfaces that this it is not fatal -- duplicate question suppression will degrade gracefully
2136 DNSQuestion question; \/\/ Storage for any active question member in struct:ZoneData_struct
2266 DNSQuestion question; \/\/ The DNS question that is used to do the domain enumeration. member in struct:DomainEnumerationWithType
    [all...]

Completed in 21 milliseconds