次の方法で共有


IKEEXT_QM_SA_STATE (Compact 2013)

3/26/2014

The IKEEXT_QM_SA_STATE enumeration defines the states for the Quick Mode (QM) negotiation exchanges that are part of the Internet Key Exchange (IKE) protocol.

Syntax

typedef enum IKEEXT_QM_SA_STATE_ {
  IKEEXT_QM_SA_STATE_NONE,
  IKEEXT_QM_SA_STATE_INITIAL,
  IKEEXT_QM_SA_STATE_FINAL,
  IKEEXT_QM_SA_STATE_COMPLETE,
  IKEEXT_QM_SA_STATE_MAX
} IKEEXT_QM_SA_STATE;

Constants

  • IKEEXT_QM_SA_STATE_NONE
    Initial state. No QM packets have been sent to the peer.
  • IKEEXT_QM_SA_STATE_INITIAL
    First packet has been sent to the peer
  • IKEEXT_QM_SA_STATE_FINAL
    Final packet has been sent to the peer
  • IKEEXT_QM_SA_STATE_COMPLETE
    QM has been completed
  • IKEEXT_QM_SA_STATE_MAX
    Maximum value for testing purposes

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Types

Other Resources

Windows Filtering Platform