IPV6_LOCAL_BINDING structure (routprot.h)
The IPV6_LOCAL_BINDING structure contains IPv6 address information for an adapter.
Syntax
typedef struct IPV6_LOCAL_BINDING {
IN6_ADDR Address;
DWORD PrefixLength;
} IPV6_LOCAL_BINDING, *PIPV6_LOCAL_BINDING;
Members
Address
An in6_addr structure that specifies an IPv6 address for the adapter.
PrefixLength
The length, in bits, of the address prefix.
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 |