Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:request

566 			LogMsg("Error! Tried to add a NAT traversal that's already in the active list: request %p Prot %d Int %d TTL %d",
575 LogMsg("Warning: Created port mapping request %p Prot %d Int %d TTL %d "
576 "duplicates existing port mapping request %p Prot %d Int %d TTL %d",
599 if (!m->NATTraversals) // If this is our first NAT request, kick off an address request too
638 LogMsg("Warning: Removed port mapping request %p Prot %d Int %d TTL %d "
639 "duplicates existing port mapping request %p Prot %d Int %d TTL %d",
656 if (err) LogMsg("Legacy NAT Traversal - unmap request failed with error %d", err);
730 // Normally we'd just request event packets be sent directly to m->LLQNAT.ExternalPort, except...
981 mDNSu8 *end = ((mDNSu8*) &tcpInfo->request) + tcpInfo->requestLen;
997 end = ((mDNSu8*) &tcpInfo->request) + tcpInfo->requestLen;
1012 InitializeDNSMessage(&tcpInfo->request.h, q->TargetQID, uQueryFlags);
1013 end = putLLQ(&tcpInfo->request, tcpInfo->request.data, q, &llqData);
1021 InitializeDNSMessage(&tcpInfo->request.h, q->TargetQID, uQueryFlags);
1022 end = putQuestion(&tcpInfo->request, tcpInfo->request.data, tcpInfo->request.data + AbsoluteMaxDNSMessageData, &q->qname, q->qtype, q->qclass);
1026 err = mDNSSendDNSMessage(m, &tcpInfo->request, end, mDNSInterface_Any, mDNSNULL, &tcpInfo->Addr, tcpInfo->Port, sock, AuthInfo);
1067 // Note that we may not be doing the best thing if an error occurs after we've sent a second request
1069 // which may have been to a previous request sent over this tcp connection.
1105 // Note that we may not be doing the best thing if an error occurs after we've sent a second request
1107 // which may have been to a previous request sent over this tcp connection.
1167 // We get here when we fail to establish a new TCP/TLS connection that would have been used for a new LLQ request or an LLQ renewal.
1168 // Note that ThisQInterval is also zero when sendChallengeResponse resends the LLQ request on an extant TCP/TLS connection.
1172 // We didn't get the chance to send our request packet before the TCP/TLS connection failed.
1260 mDNSPlatformMemCopy(&info->request, msg, info->requestLen);
1409 // If this AutoTunnel is not yet active, start it now (which entails activating its NAT Traversal request,
1759 // we need to restart the get zone data and nat mapping request to get the latest mapping result as we can't handle it
1866 rr->NATinfo.NATLease = 0; // Request default lease
3862 // then initiate a NAT mapping request. On completion it will do SendRecordRegistration() for us
4005 // the request or SSL negotiation taking time i.e resource record is actively trying to get the
4414 LogInfo("CheckNATMappings retryGetAddr sent address request err %d interval %d", err, m->retryIntervalGetAddr);
4471 // At this point we've sent three requests without an answer, we've just sent our fourth request,