NET_POWER_OFFLOAD_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netpoweroffload.h

typedef enum _NET_POWER_OFFLOAD_TYPE {
  NetPowerOffloadTypeArp = 1,
  NetPowerOffloadTypeNS = 2
} NET_POWER_OFFLOAD_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-netpoweroffload-_net_power_offload_type)

NET_POWER_OFFLOAD_TYPE enumeration

Description

The NET_POWER_OFFLOAD_TYPE enumeration specifies the type for a low power offload protocol offload to a net adapter.

Constants

NetPowerOffloadTypeArp:1

The power offload is the IPv4 ARP protocol.

NetPowerOffloadTypeNS:2

The power offload is the IPv6 Neighbor Solicitation (NS) protocol.

Remarks

Call NetPowerOffloadGetType to get the type for a low power protocol offload.

See also

Configuring power management