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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c1094 if (q->state == LLQ_InitialRequest)
1096 //LogInfo("Got LLQ_InitialRequest");
1169 // all ones. In that case, we would set it in LLQ_InitialRequest as it overrides the PCP/NAT-PMP or
1174 debugf("uDNS_recvLLQResponse got poll response; moving to LLQ_InitialRequest for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1175 q->state = LLQ_InitialRequest;
1498 // Resetting to LLQ_InitialRequest will cause uDNS_CheckCurrentQuestion to call startLLQHandshake, which
1501 q->state = LLQ_InitialRequest;
1677 q->state = LLQ_InitialRequest;
4683 case LLQ_InitialRequest: startLLQHandshake(m, q); break;
H A DmDNSEmbeddedAPI.h1775 LLQ_InitialRequest = 1, enumerator in enum:__anon10949
H A DmDNS.c5335 question->state = LLQ_InitialRequest;
11546 question->state = LLQ_InitialRequest;

Completed in 230 milliseconds