Searched refs:LLQ_InitialRequest (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c813 if (q->state == LLQ_InitialRequest)
815 //LogInfo("Got LLQ_InitialRequest");
888 // all ones. In that case, we would set it in LLQ_InitialRequest as it overrides the NAT-PMP or
893 debugf("uDNS_recvLLQResponse got poll response; moving to LLQ_InitialRequest for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
894 q->state = LLQ_InitialRequest;
1209 // Resetting to LLQ_InitialRequest will cause uDNS_CheckCurrentQuestion to call startLLQHandshake, which
1212 q->state = LLQ_InitialRequest;
1385 q->state = LLQ_InitialRequest;
4172 case LLQ_InitialRequest: startLLQHandshake(m, q); break;
H A DmDNSEmbeddedAPI.h1433 LLQ_InitialRequest = 1, enumerator in enum:__anon26816
H A DmDNS.c4612 question->state = LLQ_InitialRequest;
8415 question->state = LLQ_InitialRequest;

Completed in 118 milliseconds