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.
ip6_hdr Struct Reference
The IPv6 header. More...
#include <ip6.h>
Public Member Functions | |
PACK_STRUCT_FIELD (u32_t _v_tc_fl) | |
version / traffic class / flow label | |
PACK_STRUCT_FIELD (u16_t _plen) | |
payload length | |
PACK_STRUCT_FLD_8 (u8_t _nexth) | |
next header | |
PACK_STRUCT_FLD_8 (u8_t _hoplim) | |
hop limit | |
PACK_STRUCT_FLD_S (ip6_addr_p_t src) | |
source and destination IP addresses |
Detailed Description
The IPv6 header.
Definition at line 80 of file prot/ip6.h.
Member Function Documentation
PACK_STRUCT_FIELD | ( | u32_t | _v_tc_fl ) |
version / traffic class / flow label
PACK_STRUCT_FIELD | ( | u16_t | _plen ) |
payload length
PACK_STRUCT_FLD_8 | ( | u8_t | _hoplim ) |
hop limit
PACK_STRUCT_FLD_8 | ( | u8_t | _nexth ) |
next header
PACK_STRUCT_FLD_S | ( | ip6_addr_p_t | src ) |
source and destination IP addresses
Generated on Tue Jul 12 2022 12:22:44 by
