Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:NetWake

4799 					// Disallow sleep if this interface doesn't support NetWake
4800 if (!intf->NetWake)
4803 mDNS_snprintf(reason, sizeof(reason), "%s does not support NetWake", intf->ifname);
4804 LogInfo("Sleep disabled because %s does not support NetWake", intf->ifname);
4812 mDNS_snprintf(reason, sizeof(reason), "%s does not support NetWake", intf->ifname);
5077 if (!intf->NetWake) LogSPS("BeginSleepProcessing: %-6s not capable of magic packet wakeup", intf->ifname);
9416 // Reset our variables back to initial state, so we're ready for when NetWake is turned back on
9476 if (set->NetWake) mDNS_ActivateNetWake_internal(m, set);
9605 if (intf->NetWake) mDNS_ActivateNetWake_internal(m, intf);