IPV6_ADAPTER_BINDING_INFO structure (routprot.h)
The IPV6_ADAPTER_BINDING_INFO structure contains IPv6-specific information for a particular network adapter.
Syntax
typedef struct IPV6_ADAPTER_BINDING_INFO {
ULONG AddressCount;
IN6_ADDR RemoteAddress;
ULONG Mtu;
ULONGLONG Speed;
IPV6_LOCAL_BINDING Address[0];
} IPV6_ADAPTER_BINDING_INFO, *PIPV6_ADAPTER_BINDING_INFO;
Members
AddressCount
The number of IPv6 addresses associated with this adapter.
RemoteAddress
This member is for WAN interfaces. An in6_addr structure that contains the address of the machine at the other end of a dial-up link.
Mtu
Reserved for future use.
Speed
Reserved for future use.
Address[0]
Pointer to an array of IPV6_LOCAL_BINDING structures. The array contains a structure for each of the IPv6 addresses associated with this adapter.
Remarks
Since an adapter can have more than one IP address, the IPV6_ADAPTER_BINDING_INFO structure maintains an array of IPV6_LOCAL_BINDING structures.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | routprot.h |