embedded IPsec source code documentation


ipsec_ip_hdr_struct Struct Reference

#include <types.h>


Data Fields

__u8 v_hl
__u8 tos
__u16 len
__u16 id
__u16 offset
__u8 ttl
__u8 protocol
__u16 chksum
__u32 src
__u32 dest


Field Documentation

__u16 ipsec_ip_hdr_struct::chksum
 

checksum

Definition at line 111 of file types.h.

__u32 ipsec_ip_hdr_struct::dest
 

destination address

Definition at line 113 of file types.h.

__u16 ipsec_ip_hdr_struct::id
 

identification

Definition at line 107 of file types.h.

__u16 ipsec_ip_hdr_struct::len
 

total length

Definition at line 106 of file types.h.

__u16 ipsec_ip_hdr_struct::offset
 

fragment offset field / flags

Definition at line 108 of file types.h.

__u8 ipsec_ip_hdr_struct::protocol
 

protocol

Definition at line 110 of file types.h.

__u32 ipsec_ip_hdr_struct::src
 

source address

Definition at line 112 of file types.h.

__u8 ipsec_ip_hdr_struct::tos
 

type of service

Definition at line 105 of file types.h.

__u8 ipsec_ip_hdr_struct::ttl
 

time to live

Definition at line 109 of file types.h.

__u8 ipsec_ip_hdr_struct::v_hl
 

version / header length

Definition at line 104 of file types.h.


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

Copyright 2003 by Christian Scheurer and Niklaus Schild