embedded IPsec source code documentation


esp_packet_struct Struct Reference

#include <esp.h>


Data Fields

__u32 spi
__u32 sequence
__u8 data [1]


Field Documentation

__u8 esp_packet_struct::data[1]
 

start of data, usually start of the IV

Definition at line 65 of file esp.h.

__u32 esp_packet_struct::sequence
 

Sequence number

Definition at line 64 of file esp.h.

__u32 esp_packet_struct::spi
 

Security Parameters Index

Definition at line 63 of file esp.h.


The documentation for this struct was generated from the following file:

Copyright 2003 by Christian Scheurer and Niklaus Schild