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

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DuDNS.h82 extern void startLLQHandshake(mDNS *m, DNSQuestion *q);
H A DuDNS.c1177 q->servPort = zeroIPPort; // Clear servPort so that startLLQHandshake will retry the GetZoneData processing
1498 // Resetting to LLQ_InitialRequest will cause uDNS_CheckCurrentQuestion to call startLLQHandshake, which
1578 mDNSexport void startLLQHandshake(mDNS *m, DNSQuestion *q) function
1582 LogInfo("startLLQHandshake: waiting for NAT status for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1593 LogInfo("startLLQHandshake: Cannot receive inbound packets; will poll for %##s (%s) External Port %d, NAT Result %d",
1601 debugf("startLLQHandshake: StartGetZoneData for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1614 if (q->tcp) LogInfo("startLLQHandshake: Disposing existing TCP connection for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1625 LogInfo("startLLQHandshake: nta is NULL for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
1632 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);
1648 debugf("startLLQHandshake
5793 mDNSexport void startLLQHandshake(mDNS *m, DNSQuestion *q) function
[all...]
H A DmDNS.c10899 startLLQHandshake(m, q); // If ExternalPort is zero, will do StartLLQPolling instead

Completed in 279 milliseconds