Ipv4FragDesc Struct Reference

Fragmented packet descriptor. More...

#include <ipv4_frag.h>

Data Fields

systime_t timestamp
 Time at which the first fragment was received. More...
 
size_t headerLength
 Length of the header. More...
 
size_t dataLen
 Length of the payload. More...
 
uint16_t firstHole
 Index of the first hole. More...
 
Ipv4ReassemblyBuffer buffer
 Buffer containing the reassembled datagram. More...
 

Detailed Description

Fragmented packet descriptor.

Definition at line 134 of file ipv4_frag.h.

Field Documentation

◆ buffer

Buffer containing the reassembled datagram.

Definition at line 140 of file ipv4_frag.h.

◆ dataLen

size_t dataLen

Length of the payload.

Definition at line 138 of file ipv4_frag.h.

◆ firstHole

uint16_t firstHole

Index of the first hole.

Definition at line 139 of file ipv4_frag.h.

◆ headerLength

size_t headerLength

Length of the header.

Definition at line 137 of file ipv4_frag.h.

◆ timestamp

systime_t timestamp

Time at which the first fragment was received.

Definition at line 136 of file ipv4_frag.h.


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