HomeSort by: relevance | last modified time | path
    Searched defs:question_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 126 typedef struct question question_t; typedef in typeref:struct:question
136 question_t *NULLABLE questions; // Questions that have been asked in the served domain.
198 question_t *next; // List of questions that are being asked.
234 question_t *question; // Question asked by this query pointing to a cache entry.
277 question_t *questions_without_domain; // Questions that aren't in a served domain
403 static void dp_query_reply_from_cache(question_t *question, dnssd_query_t *query, bool remove);
405 static void dp_question_answers_free(question_t *question);
406 static void question_finalize(question_t *question);
419 question_t *question = context;
424 dp_start_question(question_t *question, bool dns64
    [all...]
dnssd-proxy.c 126 typedef struct question question_t; typedef in typeref:struct:question
136 question_t *NULLABLE questions; // Questions that have been asked in the served domain.
198 question_t *next; // List of questions that are being asked.
234 question_t *question; // Question asked by this query pointing to a cache entry.
277 question_t *questions_without_domain; // Questions that aren't in a served domain
403 static void dp_query_reply_from_cache(question_t *question, dnssd_query_t *query, bool remove);
405 static void dp_question_answers_free(question_t *question);
406 static void question_finalize(question_t *question);
419 question_t *question = context;
424 dp_start_question(question_t *question, bool dns64
    [all...]

Completed in 46 milliseconds