Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:reason

4777 	char     reason[128];
4779 reason[0] = 0;
4787 mDNS_snprintf(reason, sizeof(reason), "sleep proxy for %d records", m->ProxyRecords);
4803 mDNS_snprintf(reason, sizeof(reason), "%s does not support NetWake", intf->ifname);
4812 mDNS_snprintf(reason, sizeof(reason), "%s does not support NetWake", intf->ifname);
4822 mDNSPlatformSetAllowSleep(m, allowSleep, reason);
7119 // (TTL zero) for some reason, so in this case we just take the SOA record's TTL as-is
7598 // The main reason for this design is that cache entries point to a *single* question and that question is responsible
7761 // If it does not get reset in ResetDNSServerPenalties for some reason, we do it
8281 // (SuppressQuery is true). The reason for this is that when a question is suppressed, we want an
8288 // will restart at the end. The main reason for the two step process is to handle duplicate questions.
8370 // be a waste. For that reason, we schedule our first query to go out in half a second (InitialQuestionInterval).