Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

Ipv6FragDesc Struct Reference

Ipv6FragDesc Struct Reference

Fragmented packet descriptor. More...

#include <ipv6_frag.h>

Data Fields

systime_t timestamp
 Time at which the first fragment was received.
uint32_t identification
 Fragment identification field.
size_t unfragPartLength
 Length of the unfragmentable part.
size_t fragPartLength
 Length of the fragmentable part.
uint16_t firstHole
 Index of the first hole.
Ipv6ReassemblyBuffer buffer
 Buffer containing the reassembled datagram.

Detailed Description

Fragmented packet descriptor.

Definition at line 116 of file ipv6_frag.h.


Field Documentation

Buffer containing the reassembled datagram.

Definition at line 123 of file ipv6_frag.h.

uint16_t firstHole

Index of the first hole.

Definition at line 122 of file ipv6_frag.h.

Length of the fragmentable part.

Definition at line 121 of file ipv6_frag.h.

uint32_t identification

Fragment identification field.

Definition at line 119 of file ipv6_frag.h.

systime_t timestamp

Time at which the first fragment was received.

Definition at line 118 of file ipv6_frag.h.

Length of the unfragmentable part.

Definition at line 120 of file ipv6_frag.h.