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

/external/mdnsresponder/mDNSCore/
H A DuDNS.h64 extern void startLLQHandshake(mDNS *m, DNSQuestion *q);
H A DuDNS.c896 q->servPort = zeroIPPort; // Clear servPort so that startLLQHandshake will retry the GetZoneData processing
1209 // Resetting to LLQ_InitialRequest will cause uDNS_CheckCurrentQuestion to call startLLQHandshake, which
1286 mDNSexport void startLLQHandshake(mDNS *m, DNSQuestion *q) function
1290 LogInfo("startLLQHandshake: waiting for NAT status for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1301 LogInfo("startLLQHandshake: Cannot receive inbound packets; will poll for %##s (%s) External Port %d, NAT Result %d",
1309 debugf("startLLQHandshake: StartGetZoneData for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1322 if (q->tcp) LogInfo("startLLQHandshake: Disposing existing TCP connection for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1333 LogInfo("startLLQHandshake: nta is NULL for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1340 LogMsg("startLLQHandshake: ERROR!!: nta non NULL for %##s (%s) but HostName %d NULL, LongLived %d", q->qname.c, DNSTypeName(q->qtype), q->nta->Host.c[0], q->LongLived);
1356 debugf("startLLQHandshake
[all...]
H A DmDNS.c8035 startLLQHandshake(m, q); // If ExternalPort is zero, will do StartLLQPolling instead

Completed in 3025 milliseconds