NDIS_RFC6877_464XLAT_OFFLOAD_OPTIONS - NtDoc

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

typedef enum _NDIS_RFC6877_464XLAT_OFFLOAD_OPTIONS {
  NDIS_RFC6877_464XLAT_OFFLOAD_NOT_SUPPORTED,
  NDIS_RFC6877_464XLAT_OFFLOAD_DISABLED,
  NDIS_RFC6877_464XLAT_OFFLOAD_ENABLED,
  NDIS_RFC6877_464XLAT_OFFLOAD_ON_DEMAND
} NDIS_RFC6877_464XLAT_OFFLOAD_OPTIONS;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddndis-_ndis_rfc6877_464xlat_offload_options)

_NDIS_RFC6877_464XLAT_OFFLOAD_OPTIONS enumeration

Description

The NDIS_RFC6877_464XLAT_OFFLOAD_OPTIONS enumeration describes a miniport driver's 464XLAT hardware offload capabilities.

Constants

NDIS_RFC6877_464XLAT_OFFLOAD_NOT_SUPPORTED

The driver is incapable of 464XLAT hardware offload.

NDIS_RFC6877_464XLAT_OFFLOAD_DISABLED

The driver is capable of 464XLAT hardware offload, but it is disabled.

NDIS_RFC6877_464XLAT_OFFLOAD_ENABLED

The driver is capable of 464XLAT hardware offload, and it is enabled at all times.

NDIS_RFC6877_464XLAT_OFFLOAD_ON_DEMAND

The driver is capable of 464XLAT hardware offload, and it is only enabled on-demand.

Remarks

See also

NDIS_RFC6877_464XLAT_OFFLOAD

NDIS_OFFLOAD