WWAN_IPV6_ADDRESS - NtDoc

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

typedef struct _WWAN_IPV6_ADDRESS {
  ULONG OnLinkPrefixLength;
  UCHAR IPV6Address[16];
} WWAN_IPV6_ADDRESS, *PWWAN_IPV6_ADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_ipv6_address)

_WWAN_IPV6_ADDRESS structure

Description

The WWAN_IPV6_ADDRESS structure represents an IPV6 address of a PDP context.

Members

OnLinkPrefixLength

The length of the prefix or network part of the IP address.

IPV6Address

The IPV6 address of the PDP context.