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

  /src/sbin/routed/rtquery/
rtquery.c 382 int answered = 0; local
431 answered++;
469 answered++;
487 answered++;
492 if (answered >= argc)
506 exit (answered >= argc ? 0 : 1);
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
ClientRequests.h 49 mDNSBool answered; // True if the query was answered. member in struct:__anon6128
ClientRequests.c 271 if (op4->answered)
286 if (op6->answered)
415 if (inRequest->op.answered)
873 op->answered = mDNStrue;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 906 // Don't send this packet on the wire as we answered from /etc/hosts
934 mDNSBool answered; local
937 answered = AuthRecordAnswersQuestion(ar, q);
939 answered = LocalOnlyRecordAnswersQuestion(ar, q);
940 if (answered)
970 mDNSBool answered; local
974 answered = AuthRecordAnswersQuestion(ar, q);
976 answered = LocalOnlyRecordAnswersQuestion(ar, q);
977 if (answered)
4729 // However, if the query has been answered by at least one answer (from wire, not fro
    [all...]
mDNSEmbeddedAPI.h 1908 mDNSBool answered; // Has this question been answered? member in struct:__anon6109
2052 mDNSBool InitialCacheMiss; // True after the question cannot be answered from the cache
2066 mDNSBool IsUnicastDotLocal; // True if this is a dot-local query that should be answered via unicast DNS.
2433 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache
2436 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only or P2P questions not yet answered
uDNS.c 4797 if (q->metrics.answered)
4800 q->metrics.answered = mDNSfalse;
  /src/external/bsd/nsd/dist/doc/
differences.tex 231 answered by NSD, this is a design decision.

Completed in 48 milliseconds