ROHC compression/decompression library
|
The IPv6 header. More...
#include <ipv6.h>
Data Fields | |
union { | |
struct ip6_hdrctl { | |
uint32_t ip6_un1_flow | |
uint16_t ip6_un1_plen | |
uint8_t ip6_un1_nxt | |
uint8_t ip6_un1_hlim | |
} ip6_un1 | |
uint8_t ip6_un2_vfc | |
} | ip6_ctlun |
struct ipv6_addr | ip6_src |
struct ipv6_addr | ip6_dst |
The IPv6 header.
union { ... } ipv6_hdr::ip6_ctlun |
struct ipv6_addr ipv6_hdr::ip6_dst |
Referenced by c_ip_check_context(), c_udp_check_context(), c_udp_lite_check_context(), ip_set_daddr(), and ipv6_get_daddr().
struct ipv6_addr ipv6_hdr::ip6_src |
Referenced by c_ip_check_context(), c_udp_check_context(), c_udp_lite_check_context(), ip_set_saddr(), and ipv6_get_saddr().
struct { ... } ::ip6_hdrctl ipv6_hdr::ip6_un1 |
uint32_t ipv6_hdr::ip6_un1_flow |
uint8_t ipv6_hdr::ip6_un1_hlim |
uint8_t ipv6_hdr::ip6_un1_nxt |
uint16_t ipv6_hdr::ip6_un1_plen |
uint8_t ipv6_hdr::ip6_un2_vfc |