struttura IPSEC_TUNNEL_ENDPOINTS2 (ipsectypes.h)
La struttura IPSEC_TUNNEL_ENDPOINTS2 viene usata per archiviare i punti finali di un sa in modalità tunnel. IPSEC_TUNNEL_ENDPOINTS1 disponibile. Per Windows Vista, IPSEC_TUNNEL_ENDPOINTS0 è disponibile.
Sintassi
typedef struct IPSEC_TUNNEL_ENDPOINTS2_ {
FWP_IP_VERSION ipVersion;
union {
UINT32 localV4Address;
UINT8 localV6Address[16];
};
union {
UINT32 remoteV4Address;
UINT8 remoteV6Address[16];
};
UINT64 localIfLuid;
wchar_t *remoteFqdn;
UINT32 numAddresses;
IPSEC_TUNNEL_ENDPOINT0 *remoteAddresses;
} IPSEC_TUNNEL_ENDPOINTS2;
Members
ipVersion
Tipo: FWP_IP_VERSION
Specifica la versione IP. In modalità tunnel questa è la versione dell'intestazione esterna.
localV4Address
Tipo: UINT32
case(FWP_IP_VERSION_V4)
localV6Address[16]
Tipo: UINT8[16]
case(FWP_IP_VERSION_V6)
switch_type(FWP_IP_VERSION), switch_is(ipVersion)
Unione con tag contenente l'indirizzo del punto finale del tunnel remoto.
remoteV4Address
Tipo: UINT32
case(FWP_IP_VERSION_V4)
remoteV6Address[16]
Tipo: UINT8[16]
case(FWP_IP_VERSION_V6)
localIfLuid
Tipo: UINT64
LUID facoltativo dell'interfaccia locale corrispondente all'indirizzo locale specificato in precedenza.
remoteFqdn
Tipo: wchar_t*
Configurazione di più indirizzi remoti e nomi di dominio completi per il supporto del tunneling asimmetrico.
numAddresses
Tipo: UINT32
Numero di indirizzi del tunnel remoto.
remoteAddresses
Tipo: IPSEC_TUNNEL_ENDPOINT0*
[size_is(numAddresses)]
Informazioni sull'indirizzo dell'endpoint del tunnel remoto.
Commenti
Per l'unione senza nome contenente l'indirizzo del punto finale del tunnel locale, switch_type(FWP_IP_VERSION), switch_is(ipVersion).
Requisiti
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | ipsectypes.h |