Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
size_t fragPartLength |
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.
size_t unfragPartLength |
Length of the unfragmentable part.
Definition at line 120 of file ipv6_frag.h.
Generated on Tue Jul 12 2022 17:10:24 by
