Share via


IPSEC_TUNNEL_ENDPOINT0 struttura (ipsectypes.h)

La struttura IPSEC_TUNNEL_ENDPOINT0 viene usata per archiviare le informazioni sugli indirizzi per un punto finale di una modalità tunnel SA.

Sintassi

typedef struct IPSEC_TUNNEL_ENDPOINT0_ {
  FWP_IP_VERSION ipVersion;
  union {
    UINT32 v4Address;
    UINT8  v6Address[16];
  };
} IPSEC_TUNNEL_ENDPOINT0;

Members

ipVersion

Tipo: FWP_IP_VERSION

Specifica la versione IP. In modalità tunnel si tratta della versione dell'intestazione esterna.

v4Address

Tipo: UINT32

case(FWP_IP_VERSION_V4)

v6Address[16]

Tipo: UINT8[16]

case(FWP_IP_VERSION_V6)

Commenti

Per l'unione senza nome contenente l'indirizzo del punto finale del tunnel, switch_type(FWP_IP_VERSION), switch_is(ipVersion).

IPSEC_TUNNEL_ENDPOINT0 è un'implementazione specifica di IPSEC_TUNNEL_ENDPOINT. Per altre informazioni , vedere Nomi Version-Independent WFP e Versioni specifiche di Windows .

Requisiti

   
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione ipsectypes.h

Vedi anche

FWP_IP_VERSION

IPSEC_TUNNEL_ENDPOINTS2

Strutture API di Windows Filtering Platform