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

IKEv2PayloadHeader Struct Reference

Generic Payload Header. More...

#include <payload.h>


Data Fields

uint8_t NextPayload
uint8_t C:1
uint8_t Reserved:7
uint16_t PayloadLength


Detailed Description

Generic Payload Header.

  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
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |  NextPayload  |C|   RESERVED  |         PayloadLength         |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
 


Field Documentation

uint8_t IKEv2PayloadHeader::C
 

uint8_t IKEv2PayloadHeader::NextPayload
 

uint16_t IKEv2PayloadHeader::PayloadLength
 

uint8_t IKEv2PayloadHeader::Reserved
 


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