IPSEC_TUNNEL_ENDPOINT0-Struktur (ipsectypes.h)
Die IPSEC_TUNNEL_ENDPOINT0-Struktur wird verwendet, um Adressinformationen für einen Endpunkt eines Tunnelmodus-SA zu speichern.
Syntax
typedef struct IPSEC_TUNNEL_ENDPOINT0_ {
FWP_IP_VERSION ipVersion;
union {
UINT32 v4Address;
UINT8 v6Address[16];
};
} IPSEC_TUNNEL_ENDPOINT0;
Members
ipVersion
Typ: FWP_IP_VERSION
Gibt die IP-Version an. Im Tunnelmodus ist dies die Version des äußeren Headers.
v4Address
Typ: UINT32
Fall(FWP_IP_VERSION_V4)
v6Address[16]
Typ: UINT8[16]
Fall(FWP_IP_VERSION_V6)
Hinweise
Für die nicht benannte Union, die die Adresse des Tunnelendpunkts enthält, switch_type(FWP_IP_VERSION), switch_is(ipVersion).
IPSEC_TUNNEL_ENDPOINT0 ist eine spezifische Implementierung von IPSEC_TUNNEL_ENDPOINT. Weitere Informationen finden Sie unter WFP Version-Independent Namen und Zielgruppenspezifische Windows-Versionen .
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [nur Desktop-Apps] |
Kopfzeile | ipsectypes.h |