Lines Matching refs:reason
5613 char reason[128];
5615 reason[0] = 0;
5623 mDNS_snprintf(reason, sizeof(reason), "sleep proxy for %d records", m->ProxyRecords);
5639 mDNS_snprintf(reason, sizeof(reason), "%s does not support NetWake", intf->ifname);
5656 mDNS_snprintf(reason, sizeof(reason), "No sleep proxy server on %s", intf->ifname);
5667 mDNS_snprintf(reason, sizeof(reason), "No sleep proxy server with better metric on %s", intf->ifname);
5679 mDNSPlatformSetAllowSleep(m, allowSleep, reason);
8314 // (TTL zero) for some reason, so in this case we just take the SOA record's TTL as-is
10374 // The main reason for this design is that cache entries point to a *single* question and that question is responsible
10549 // If it does not get reset in ResetDNSServerPenalties for some reason, we do it
11245 // (SuppressQuery is true). The reason for this is that when a question is suppressed, we want an
11252 // will restart at the end. The main reason for the two step process is to handle duplicate questions.
11446 // be a waste. For that reason, we schedule our first query to go out in half a second (InitialQuestionInterval).