2.2.76 FW_COOKIE_PAIR

This structure holds random numbers generated out of IPsec negotiations.

 typedef struct _tag_FW_COOKIE_PAIR {
   unsigned __int64 Initiator;
   unsigned __int64 Responder;
 } FW_COOKIE_PAIR,
  *PFW_COOKIE_PAIR;

Initiator: A random number that maps to the negotiated state that is a security association of the machine that initiated communication and, hence, initiated IKE/AuthIP (for more information, see [RFC2409]) as specified in [MS-IKEE] and [MS-AIPS] traffic.

Responder: A random number that maps to the negotiated state that is a security association of the machine that responded to the communication and, hence, responded to the IKE/AuthIP traffic.