Ipv6FragDesc Struct Reference
Fragmented packet descriptor. More...
#include <ipv6_frag.h>
Data Fields | |
| systime_t | timestamp |
| Time at which the first fragment was received. More... | |
| uint32_t | identification |
| Fragment identification field. More... | |
| size_t | unfragPartLength |
| Length of the unfragmentable part. More... | |
| size_t | fragPartLength |
| Length of the fragmentable part. More... | |
| uint16_t | firstHole |
| Index of the first hole. More... | |
| Ipv6ReassemblyBuffer | buffer |
| Buffer containing the reassembled datagram. More... | |
Detailed Description
Fragmented packet descriptor.
Definition at line 134 of file ipv6_frag.h.
Field Documentation
◆ buffer
| Ipv6ReassemblyBuffer buffer |
Buffer containing the reassembled datagram.
Definition at line 141 of file ipv6_frag.h.
◆ firstHole
| uint16_t firstHole |
Index of the first hole.
Definition at line 140 of file ipv6_frag.h.
◆ fragPartLength
| size_t fragPartLength |
Length of the fragmentable part.
Definition at line 139 of file ipv6_frag.h.
◆ identification
| uint32_t identification |
Fragment identification field.
Definition at line 137 of file ipv6_frag.h.
◆ timestamp
| systime_t timestamp |
Time at which the first fragment was received.
Definition at line 136 of file ipv6_frag.h.
◆ unfragPartLength
| size_t unfragPartLength |
Length of the unfragmentable part.
Definition at line 138 of file ipv6_frag.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/ipv6_frag.h
