Condividi tramite


struttura IKEEXT_TRAFFIC0 (iketypes.h)

La struttura IKEEXT_TRAFFIC0 specifica il traffico IKE/Authip.

Sintassi

typedef struct IKEEXT_TRAFFIC0_ {
  FWP_IP_VERSION ipVersion;
  union {
    UINT32 localV4Address;
    UINT8  localV6Address[16];
  };
  union {
    UINT32 remoteV4Address;
    UINT8  remoteV6Address[16];
  };
  UINT64         authIpFilterId;
} IKEEXT_TRAFFIC0;

Members

ipVersion

Versione IP specificata da FWP_IP_VERSION.

localV4Address

Indirizzo locale del traffico.

Disponibile quando ipVersion è FWP_IP_VERSION_V4.

localV6Address[16]

Indirizzo locale del traffico.

Disponibile quando ipVersion è FWP_IP_VERSION_V6.

remoteV4Address

Indirizzo remoto del traffico.

Disponibile quando ipVersion è FWP_IP_VERSION_V4.

remoteV6Address[16]

Indirizzo remoto del traffico.

Disponibile quando ipVersion è FWP_IP_VERSION_V6.

authIpFilterId

Filtrare l'ID dai criteri di modalità rapida (QM) del filtro em (Extended Mode) corrispondente.

Commenti

IKEEXT_TRAFFIC0 è un'implementazione specifica di IKEEXT_TRAFFIC. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione iketypes.h

Vedi anche

FWP_IP_VERSION

Strutture API della piattaforma di filtro Windows