IPSEC_ADDRESS_INFO0 structure (ipsectypes.h)
The IPSEC_ADDRESS_INFO0 structure is used to store mobile additional address information.
Syntax
typedef struct IPSEC_ADDRESS_INFO0_ {
UINT32 numV4Addresses;
UINT32 *v4Addresses;
UINT32 numV6Addresses;
FWP_BYTE_ARRAY16 *v6Addresses;
} IPSEC_ADDRESS_INFO0;
Members
numV4Addresses
The number of IPv4 addresses stored in the v4Addresses member.
v4Addresses
Array of IPv4 local addresses to indicate to peer.
numV6Addresses
The number of IPv6 addresses stored in the v6Addresses member.
v6Addresses
Array of IPv6 local addresses to indicate to peer.
Remarks
IPSEC_ADDRESS_INFO0 is a specific implementation of IPSEC_ADDRESS_INFO. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | ipsectypes.h |