次の方法で共有


IKEEXT_EM_SA_STATE (Compact 2013)

3/26/2014

This enumeration defines the states for the Extended Mode (EM) negotiation exchanges that are part of the Authenticated Internet Protocol (AuthIP) protocol.

Syntax

typedef enum IKEEXT_EM_SA_STATE_ {
  IKEEXT_EM_SA_STATE_NONE,
   IKEEXT_EM_SA_STATE_SENT_ATTS,
    IKEEXT_EM_SA_STATE_SSPI_SENT,
  IKEEXT_EM_SA_STATE_AUTH_COMPLETE,
  IKEEXT_EM_SA_STATE_FINAL,
  IKEEXT_EM_SA_STATE_COMPLETE,
  IKEEXT_EM_SA_STATE_MAX
} IKEEXT_EM_SA_STATE;

Constants

  • IKEEXT_EM_SA_STATE_NONE
    Initial state. No Extended Mode packets have been sent to the peer.
  • IKEEXT_EM_SA_STATE_SENT_ATTS
    First packet has been sent to the peer
  • IKEEXT_EM_SA_STATE_SSPI_SENT
    Second packet has been sent to the peer
  • IKEEXT_EM_SA_STATE_AUTH_COMPLETE
    Third packet has been sent to the peer
  • IKEEXT_EM_SA_STATE_FINAL
    Final packet has been sent to the peer
  • IKEEXT_EM_SA_STATE_COMPLETE
    Extended mode has been completed
  • IKEEXT_EM_SA_STATE_MAX
    Maximum value for testing purposes

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Types

Other Resources

Windows Filtering Platform