Searched refs:NetWake (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2158 mDNSu8 NetWake; // Set if Wake-On-Magic-Packet is enabled on this interface member in struct:NetworkInterfaceInfo_struct
H A DmDNS.c5635 // Disallow sleep if this interface doesn't support NetWake
5636 if (!intf->NetWake)
5639 mDNS_snprintf(reason, sizeof(reason), "%s does not support NetWake", intf->ifname);
5640 LogInfo("mDNS_UpdateAllowSleep: Sleep disabled because %s does not support NetWake", intf->ifname);
6386 // Note: If we are not NetWake capable, we don't browse for the sleep proxy server.
6391 if (!intf->NetWake)
12820 // Note: We start the browse only if the interface is NetWake capable and we use this to
12822 // being started i.e, resolves should not happen unless NetWake capable which is
12841 // Reset our variables back to initial state, so we're ready for when NetWake is turned back on
12902 if (set->NetWake) mDNS_ActivateNetWake_interna
[all...]

Completed in 99 milliseconds