Rtos API example

Embed: (wiki syntax)

« Back to documentation index

ip6_hdr Struct Reference

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