HomeSort by: relevance | last modified time | path
    Searched defs:question (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/tests/usr.bin/indent/
edge_cases.c 55 Whether to break or not to break, that is the question; variable
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dso-utils.c 41 dns_rr_t question; local
42 memset(&question, 0, sizeof(question));
45 dns_rr_parse(&question, wire->data, wire_length - DNS_HEADER_SIZE, &offp, false, false))
53 size_t namelen = dns_name_to_wire_canonical(towire.p, towire.lim - towire.p, question.name);
56 dns_u16_to_wire(&towire, question.type);
57 dns_u16_to_wire(&towire, question.qclass);
63 dns_name_free(question.name);
probe-srp.c 70 dns_wire_t question; member in struct:probe_state
187 INFO("datagram from " PRI_S_SRP " on port %d xid %x (question xid %x) rcode %d", connection->name,
188 ntohs(probe_state->connection->address.sin6.sin6_port), message->wire.id, probe_state->question.id, rcode);
191 INFO("datagram from " PRI_SEGMENTED_IPv6_ADDR_SRP " on port %d xid %x (question xid %x) rcode %d",
193 ntohs(probe_state->connection->address.sin6.sin6_port), message->wire.id, probe_state->question.id, rcode);
195 if (message->wire.id != probe_state->question.id) {
196 return; // not a response to the question we asked
260 // Send the question
263 iov.iov_base = &probe_state->question;
303 memset(&probe_state->question, 0, DNS_HEADER_SIZE)
    [all...]
dnssd-relay.c 202 dp_dns_query(comm_t *comm, dns_rr_t *question)
205 dnssd_query_t *query = dp_query_generate(comm, question, false, &rcode);
217 // For DNS queries, we need to return the question.
227 TOWIRE_CHECK("TYPE", &query->towire, dns_u16_to_wire(&query->towire, question->type)); // TYPE
228 TOWIRE_CHECK("CLASS", &query->towire, dns_u16_to_wire(&query->towire, question->qclass)); // CLASS
230 ERROR("dp_dns_query: failure encoding question: " PUB_S_SRP, failnote);
247 query->question = comm->message;
265 dns_rr_t question; local
302 if (!dns_rr_parse(&question, comm->message->wire.data, comm->message->length, &offset, false, false)) {
306 dp_dns_query(comm, &question);
    [all...]
wireutils.c 639 dns_rr_to_wire(dns_towire_state_t *towire, dns_rr_t *rr, bool question)
653 if (!question) {
728 bool question = true; local
741 if (!dns_rr_to_wire(towire, rr, question)) {
746 question = false;
dnssd-proxy.c 126 typedef struct question question_t;
140 // query. In this case, we create the query, ask the question, generate a single DNS response, send it, and
186 answer_t *next; // List of answers to a question.
197 struct question { struct
200 dnssd_query_t *queries; // dnssd queries that are asking this question.
201 dnssd_txn_t *txn; // Subordinate DNSServiceRef for this question
203 answer_t *answers; // Answers this question has received.
204 int64_t start_time; // When this question was started.
205 int serviceFlags; // Service flags to use with this question.
226 int num_questions; // In case of a multi-question query, how many questions were aske
234 question_t *question; \/\/ Question asked by this query pointing to a cache entry. member in struct:dnssd_query
419 question_t *question = context; local
1165 question_t *question = query->question; local
2395 question_t *question = query->question; local
2647 question_t *question = query->question; local
2676 question_t *question = query->question; local
2843 question_t *question = query->question; local
2941 question_t *question = context; local
3072 question_t *question = query->question; local
3124 question_t *question = *questions; local
3247 question_t *question = query->question; local
3525 dns_rr_t question; local
3591 dns_rr_t question; local
3980 dns_rr_t question; local
    [all...]
  /src/external/bsd/libevent/dist/test/
regress_testutils.c 156 char *question; local
159 TT_DIE(("Only handling one question at a time; got %d",
162 question = req->questions[0]->name;
164 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) &&
168 TT_DIE(("Unexpected question: '%s'", question));
173 strtolower(question);
201 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr,
209 question, 1, &in6.s6_addr, 100);
regress_dns.c 289 printf("Unexpected question %d %d \"%s\" ",
635 const char *question; local
638 TT_DIE(("Only handling one question at a time; got %d",
641 question = req->questions[0]->name;
643 TT_BLATHER(("got question, %s", question));
699 const char *question; local
711 TT_DIE(("Only handling one question at a time; got %d",
714 question = req->questions[0]->name;
716 if (!evutil_ascii_strcasecmp(question, "google.com"))
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_testutils.c 155 char *question; local
158 TT_DIE(("Only handling one question at a time; got %d",
161 question = req->questions[0]->name;
163 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) &&
167 TT_DIE(("Unexpected question: '%s'", question));
172 strtolower(question);
200 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr,
208 question, 1, &in6.s6_addr, 100);
regress_dns.c 287 printf("Unexpected question %d %d \"%s\" ",
633 const char *question; local
636 TT_DIE(("Only handling one question at a time; got %d",
639 question = req->questions[0]->name;
641 TT_BLATHER(("got question, %s", question));
697 const char *question; local
709 TT_DIE(("Only handling one question at a time; got %d",
712 question = req->questions[0]->name;
714 if (!evutil_ascii_strcasecmp(question, "google.com"))
    [all...]
  /src/games/quiz/
quiz.c 230 char *answer, *t, question[LINE_SZ]; local
265 (void)strcpy(question, t);
277 (void)printf("%s?\n", question);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 547 case tok::question: return 4;
600 else if (Operator == tok::question && LHS.Val == 0)
637 if (Operator == tok::question)
655 case tok::question: // No UAC for x and y in "x ? y : z".
792 case tok::question: {
797 PP.Diag(OpLoc, diag::note_matching) << tok::question; member in class:tok
906 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question),
  /src/sys/kern/
kern_timeout.c 905 static char question[] = "?"; local
916 name = name ? name : question;
  /src/external/mpl/bind/dist/lib/dns/
rdataset.c 136 * Make 'rdataset' a valid, associated, question rdataset, with a
137 * question class of 'rdclass' and type 'type'.
251 bool question = false; local
276 question = true;
304 if (!question && count > 1 && rdataset->type != dns_rdatatype_rrsig) {
395 if (!question) {
406 if (!question) {
tkey.c 362 * Interpret the question section.
372 * Look for a TKEY record that matches the question.
378 "matching the question");
497 dns_rdataset_t *question = NULL, *tkeyset = NULL; local
523 dns_message_gettemprdataset(msg, &question);
524 dns_rdataset_makequestion(question, dns_rdataclass_any,
538 ISC_LIST_APPEND(qname->list, question, link);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataset.c 210 * Make 'rdataset' a valid, associated, question rdataset, with a
211 * question class of 'rdclass' and type 'type'.
319 bool question = false; local
346 question = true;
374 if (!question && count > 1 && rdataset->type != dns_rdatatype_rrsig) {
465 if (!question) {
476 if (!question) {
tkey.c 720 * Interpret the question section.
731 * Look for a TKEY record that matches the question.
749 "matching the question");
957 dns_rdataset_t *question = NULL, *tkeyset = NULL; local
971 RETERR(dns_message_gettemprdataset(msg, &question));
972 dns_rdataset_makequestion(question, dns_rdataclass_any,
994 ISC_LIST_APPEND(qname->list, question, link);
1018 if (question != NULL) {
1019 dns_rdataset_disassociate(question);
1020 dns_message_puttemprdataset(msg, &question);
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c 370 bool question = true; local
382 question = false;
384 if (!dns_rr_parse(&rr, message_bytes, max, &offset, !question, true)) {
388 if (!question) {
866 state = test_state_create(srp_servers, "DNS Local two-question test", NULL, two, NULL);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h 44 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
  /src/external/gpl2/xcvs/dist/src/
commit.c 105 struct question struct
114 struct question *next;
128 struct question *questionables;
178 struct question *p;
180 p = xmalloc (sizeof (struct question));
533 struct question *p;
534 struct question *q;
838 * If the force-commit option is enabled, and the file in question
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 521 Diag(OpToken, diag::note_matching) << tok::question; member in class:tok
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 110 question, member in class:TOK
384 question, member in class:EXP
  /src/external/gpl3/gdb/dist/gdb/
utils.c 387 (error/warning) and question become separated. Format using a
751 Ask user a y-or-n question and return 0 if answer is no, 1 if
800 question we're asking, and then answer the default automatically. This
826 /* Format the question outside of the loop, to avoid reusing args. */ local
829 std::string question = tem.release ();
833 question.c_str (), y_string, n_string,
893 /* Ask user a y-or-n question and return 0 if answer is no, 1 if
895 Takes three args which are given to printf to print the question.
911 /* Ask user a y-or-n question and return 0 if answer is no, 1 if
913 Takes three args which are given to printf to print the question
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 384 (error/warning) and question become separated. Format using a
748 Ask user a y-or-n question and return 0 if answer is no, 1 if
797 question we're asking, and then answer the default automatically. This
823 /* Format the question outside of the loop, to avoid reusing args. */
824 std::string question = string_vprintf (ctlstr, args);
828 question.c_str (), y_string, n_string,
888 /* Ask user a y-or-n question and return 0 if answer is no, 1 if
890 Takes three args which are given to printf to print the question.
906 /* Ask user a y-or-n question and return 0 if answer is no, 1 if
908 Takes three args which are given to printf to print the question
821 std::string question = string_vprintf (ctlstr, args); local
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 163 // Question default timeout values
348 LogMemCorruption("Questions list: Duplicate Question %p should not have LocalSocket set %##s (%s)", q, q->qname.c, DNSTypeName(q->qtype));
380 // A, AAAA , CNAME, or PTR. The caller should answer the question with this record and not send out
381 // the question on the wire if LocalOnlyRecordAnswersQuestion() also returns true.
403 // Depending on whether this is a multicast or unicast question we want to set either:
642 // Do not follow CNAME if the question asks for CNAME record.
662 // 1. The question is not DNSSEC question, or
663 // 2. The question is DNSSEC question and the CNAME being followed has been validated by DNSSEC
4768 DNSQuestion question; local
4816 DNSQuestion question; local
    [all...]

Completed in 67 milliseconds

1 2