Share via


IKEEXT_TRAFFIC0 (Compact 2013)

3/26/2014

This structure specifies IKE traffic.

Note

AuthIP is not supported in Windows Embedded Compact .

Syntax

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

Members

  • localV4Address
    The local address of the traffic.

    Available when ipVersion is FWP_IP_VERSION_V4.

  • localV6Address
    The local address of the traffic.

    Available when ipVersion is FWP_IP_VERSION_V6.

  • remoteV4Address
    The remote address of the traffic.

    Available when ipVersion is FWP_IP_VERSION_V4.

  • remoteV6Address
    The remote address of the traffic.

    Available when ipVersion is FWP_IP_VERSION_V6.

  • authIpFilter
    Filter ID from quick mode (QM) policy of matching extended mode (EM) filter.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Structures

Other Resources

Windows Filtering Platform