IPSEC_TUNNEL_ENDPOINTS0结构 (ipsectypes.h)
IPSEC_TUNNEL_ENDPOINTS0 结构用于存储隧道模式 SA 的终结点。 IPSEC_TUNNEL_ENDPOINTS2 可用。
语法
typedef struct IPSEC_TUNNEL_ENDPOINTS0_ {
FWP_IP_VERSION ipVersion;
union {
UINT32 localV4Address;
UINT8 localV6Address[16];
};
union {
UINT32 remoteV4Address;
UINT8 remoteV6Address[16];
};
} IPSEC_TUNNEL_ENDPOINTS0;
成员
ipVersion
地址的 IP 版本。
有关详细信息 ,请参阅FWP_IP_VERSION 。
localV4Address
case (FWP_IP_VERSION_V4)
localV6Address[16]
case (FWP_IP_VERSION_V6)
switch_type (FWP_IP_VERSION) 、switch_is (ipVersion)
包含远程隧道终结点地址的标记联合。
remoteV4Address
case (FWP_IP_VERSION_V4)
remoteV6Address[16]
case (FWP_IP_VERSION_V6)
注解
对于包含本地隧道终结点地址的未命名联合,switch_type (FWP_IP_VERSION) switch_is (ipVersion) 。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | ipsectypes.h |