Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:LLQ_InitialRequest

813 	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;