Share via


IKEEXT_COOKIE_PAIR0 (Compact 2013)

3/26/2014

This structure is used to store a pair of IKE cookies.

Syntax

typedef struct IKEEXT_COOKIE_PAIR0_ {
  IKEEXT_COOKIE initiator;
  IKEEXT_COOKIE responder;
} IKEEXT_COOKIE_PAIR0;

Members

  • initiator
    Initiator cookie. An IKEEXT_COOKIE is a UINT64.
  • responder
    Responder cookie. An IKEEXT_COOKIE is a UINT64.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Structures

Other Resources

Windows Filtering Platform