_Ipv6Header Struct Reference
IPv6 header. More...
#include <ipv6.h>
Data Fields | |
| uint8_t | trafficClassH: 4 |
| uint8_t | version: 4 |
| uint8_t | flowLabelH: 4 |
| uint8_t | trafficClassL: 4 |
| uint16_t | flowLabelL |
| uint16_t | payloadLen |
| uint8_t | nextHeader |
| uint8_t | hopLimit |
| Ipv6Addr | srcAddr |
| Ipv6Addr | destAddr |
| uint8_t | payload [] |
Detailed Description
Field Documentation
◆ destAddr
◆ flowLabelH
◆ flowLabelL
◆ hopLimit
◆ nextHeader
◆ payload
◆ payloadLen
◆ srcAddr
◆ trafficClassH
◆ trafficClassL
◆ version
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/ipv6.h
