// ntddndis.h
typedef struct _NDIS_RFC6877_464XLAT_OFFLOAD {
NDIS_RFC6877_464XLAT_OFFLOAD_OPTIONS XlatOffload;
ULONG Flags;
} NDIS_RFC6877_464XLAT_OFFLOAD, *PNDIS_RFC6877_464XLAT_OFFLOAD;
View the official Windows Driver Kit DDI reference
No description available.
The NDIS_RFC6877_464XLAT_OFFLOAD structure contains 464XLAT hardware offload information.
XlatOffload
An NDIS_RFC6877_464XLAT_OFFLOAD_OPTIONS value that describes a miniport driver's 464XLAT hardware offload capabilities.
Flags
Reserved for system use. This member is always zero (0).