struttura IPSEC_TUNNEL_ENDPOINTS0 (ipsectypes.h)
La struttura IPSEC_TUNNEL_ENDPOINTS0 viene usata per archiviare i punti finali di un sa in modalità tunnel. IPSEC_TUNNEL_ENDPOINTS2 disponibile.
Sintassi
typedef struct IPSEC_TUNNEL_ENDPOINTS0_ {
FWP_IP_VERSION ipVersion;
union {
UINT32 localV4Address;
UINT8 localV6Address[16];
};
union {
UINT32 remoteV4Address;
UINT8 remoteV6Address[16];
};
} IPSEC_TUNNEL_ENDPOINTS0;
Members
ipVersion
Versione IP degli indirizzi.
Per altre informazioni, vedere FWP_IP_VERSION .
localV4Address
case(FWP_IP_VERSION_V4)
localV6Address[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
case(FWP_IP_VERSION_V4)
remoteV6Address[16]
case(FWP_IP_VERSION_V6)
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 Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | ipsectypes.h |