Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

IKEv2NotifyPayload Struct Reference

Notify Payload. More...

#include <payload.h>


Data Fields

uint8_t NextPayload
uint8_t C:1
uint8_t Reserved:7
uint16_t Length
uint8_t SProtocolID
uint8_t SPISize
uint16_t MsgType


Detailed Description

Notify Payload.

  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |  Next Payload |C|   RESERVED  |        Payload Length         |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | S_PROTOCOL_ID |   SPI Size    |        Notify Msg Type        |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 ~                Secutrity Parameter Index (SPI)                ~
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 ~                      Notification Data                        ~
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
 


Field Documentation

uint8_t IKEv2NotifyPayload::C
 

uint16_t IKEv2NotifyPayload::Length
 

uint16_t IKEv2NotifyPayload::MsgType
 

uint8_t IKEv2NotifyPayload::NextPayload
 

uint8_t IKEv2NotifyPayload::Reserved
 

uint8_t IKEv2NotifyPayload::SPISize
 

uint8_t IKEv2NotifyPayload::SProtocolID
 


The documentation for this struct was generated from the following file:
Project hosted by: SourceForge.net Logo