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

  /src/libexec/talkd/
print.c 60 static const char *answers[] = { variable
71 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
104 ap = answers[rp->answer];
  /src/usr.bin/talk/
invite.c 132 static const char *answers[] = { variable
143 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
158 message(answers[response.answer]);
  /src/external/bsd/nsd/dist/doc/
differences.tex 32 BIND 8.4.7 and BIND 9.3.2. Differences in answers to captured queries from
44 The goal is to observe differences in the answers that the name servers
53 For every query, the different answers provided by the server
56 Unparseable answers and no answers from the servers are handled
58 both BIND and NSD are mature and stable DNS implementations, all answers
60 very badly formed, no answers are sent back.
64 differences in the answers are then analyzed, by first performing a
70 category that matches. If a difference in answers does not match any
85 These traces posed no problem for BIND and NSD, mostly FORMERR answers
    [all...]
  /src/external/bsd/unbound/dist/contrib/
parseunbound.pl 81 if ( $line =~ m/info: server stats for thread \d+: (\d+) queries, (\d+) answers from cache, (\d+) recursions/ ) {
unbound_munin_ 43 # unbound_munin_by_rcode - answers by rcode, validation status
84 unbound_munin_by_rcode - answers by rcode, validation status
330 echo "graph_title Unbound DNS answers by return code"
342 echo "graph_info answers sorted by return value. rrsets bogus is the number of rrsets marked bogus per \${graph_period} by the validator"
  /src/distrib/mvme68k/miniroot/
install.md 197 Default answers are displayed in brackets after the questions. You can hit
  /src/external/bsd/nsd/dist/contrib/
nsd_munin_ 38 # nsd_munin_by_rcode - answers by rcode
77 nsd_munin_by_rcode - answers by rcode
303 echo "graph_title NSD answers by return code"
313 echo "graph_info answers split out by return value."
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
fromwire.c 699 FREE(ancount, answers);
756 PARSE(ancount, answers, "answers", true);
dnssd-proxy.c 186 answer_t *next; // List of answers to a question.
203 answer_t *answers; // Answers this question has received. member in struct:question
585 if (question->answers != NULL) {
699 // De-allocate answers
700 answer_t *answer = question->answers;
707 question->answers = NULL;
710 // The finalize function will deallocate answers associated with the question,
2282 response_query = NULL; // More answers coming.
2339 SECTION_CASE(1, ancount, answers);
    [all...]
dns-msg.h 188 dns_rr_t *NULLABLE answers; member in struct:dns_message
wireutils.c 734 case 1: count = message->ancount; rrs = message->answers; break;
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 706 h->value.answers = NULL;
2287 /* #unassert with no answer is valid - it removes all answers. */
2345 /* We don't expand predicates or answers. */
2380 for (result = &node->value.answers; *result; result = &(*result)->parm.next)
2414 if (node->value.answers)
2448 answer->parm.next = node->value.answers;
2449 node->value.answers = answer;
macro.cc 3421 h->value.answers = NULL;
  /src/external/bsd/libevent/dist/
evdns.c 1045 u16 trans_id, questions, answers, authority, additional, datalength; local
1057 GET16(answers);
1075 /* if (!answers) return; */ /* must have an answer of some form */
1120 for (i = 0; i < answers; ++i) {
1244 u16 trans_id, flags, questions, answers, authority, additional; local
1253 GET16(answers);
1256 (void)answers;
1295 /* Ignore answers, authority, and additional. */
1708 APPEND16(0); /* no answers */
4311 * answers. *
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 1043 u16 trans_id, questions, answers, authority, additional, datalength; local
1055 GET16(answers);
1073 /* if (!answers) return; */ /* must have an answer of some form */
1118 for (i = 0; i < answers; ++i) {
1242 u16 trans_id, flags, questions, answers, authority, additional; local
1251 GET16(answers);
1254 (void)answers;
1293 /* Ignore answers, authority, and additional. */
1706 APPEND16(0); /* no answers */
4309 * answers. *
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 942 cpp_macro * GTY((tag ("NT_VOID"))) answers;
  /src/usr.sbin/sysinst/
msg.mi.en 600 {To be able to use the network, we need answers to the following:
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 1243 // Result fields: When the callback is invoked these fields contain the answers the client is looking for
1613 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1921 mDNSExpiredRecordPolicy_UseCached = 1, // Use expired cache records and immortalize unexpired answers. [1,2]
1922 mDNSExpiredRecordPolicy_Immortalize = 2 // Don't use expired records, but immortalize unexpired answers. [1,2]
1928 // that can be used as answers for the DNSQuestion. The mDNSQuestionEvent_NoMoreExpiredRecords event will be
2003 mDNSu32 RecentAnswerPkts; // Number of answers since the last time we sent this query
2005 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes
2006 mDNSu32 UniqueAnswers; // Number of answers received with kDNSClass_UniqueRRSet bit set
2044 mDNSu8 BrowseThreshold; // If we have received at least this number of answers,
2049 mDNSu8 LOAddressAnswers; // Number of answers from the local only auth records that ar
3187 const mDNSu8 *const answers = ((const mDNSu8 *)&hdr->numAnswers); local
    [all...]

Completed in 81 milliseconds