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

IKEv2IdentificationPayload Struct Reference

Identification Payload. More...

#include <payload.h>


Data Fields

uint8_t NextPayload
uint8_t C:1
uint8_t Reserved1:7
uint16_t Length
uint32_t IDType:8
uint32_t Reserved2:24


Detailed Description

Identification 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       |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |   ID Type     |                    RESERVED                   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 ~                     Identification Data                       ~
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
 


Field Documentation

uint8_t IKEv2IdentificationPayload::C
 

uint32_t IKEv2IdentificationPayload::IDType
 

uint16_t IKEv2IdentificationPayload::Length
 

uint8_t IKEv2IdentificationPayload::NextPayload
 

uint8_t IKEv2IdentificationPayload::Reserved1
 

uint32_t IKEv2IdentificationPayload::Reserved2
 


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