次の方法で共有


IPSEC_AH_DROP_PACKET_STATISTICS0 (Compact 2013)

3/26/2014

This structure stores IPSec AH drop packet statistics.

Syntax

typedef struct IPSEC_AH_DROP_PACKET_STATISTICS0_ {
  UINT32 invalidSpisOnInbound;
  UINT32 authenticationFailuresOnInbound;
  UINT32 replayCheckFailuresOnInbound;
  UINT32 saNotInitializedOnInbound;
} IPSEC_AH_DROP_PACKET_STATISTICS0;

Members

  • invalidSpisOnInbound
    Number of invalid SPIs on inbound
  • authenticationFailuresOnInbound
    Number of authentication failures on inbound
  • replayCheckFailuresOnInbound
    Number of replay check failures on inbound
  • saNotInitializedOnInbound
    Number of inbound drops for packets received on SAs that were not fully initialized

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform