HomeSort by relevance Sort by last modified time
    Searched refs:CurrentQuestion (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNS.c 382 if (!m->CurrentQuestion) { LogMsg("GenerateNegativeResponse: ERROR!! CurrentQuestion not set"); return; }
383 q = m->CurrentQuestion;
388 if (m->CurrentQuestion == q) { q->ThisQInterval = 0; } // Deactivate this question
440 // For a single given DNSQuestion pointed to by CurrentQuestion, deliver an add/remove result for the single given AuthRecord
441 // Note: All the callers should use the m->CurrentQuestion to see if the question is still valid or not
444 DNSQuestion *q = m->CurrentQuestion;
449 LogMsg("AnswerLocalQuestionWithLocalAuthRecord: ERROR!! CurrentQuestion NULL while answering with %s", ARDisplayString(m, rr));
480 // using m->CurrentQuestion
481 if (followcname && m->CurrentQuestion == q
    [all...]
uDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]

Completed in 393 milliseconds