The Pedigree Project  0.1
Public Member Functions | List of all members
ip6_hdr Struct Reference

#include <ip6.h>

+ Collaboration diagram for ip6_hdr:

Public Member Functions

 PACK_STRUCT_FIELD (u32_t _v_tc_fl)
 
 PACK_STRUCT_FIELD (u16_t _plen)
 
 PACK_STRUCT_FLD_8 (u8_t _nexth)
 
 PACK_STRUCT_FLD_8 (u8_t _hoplim)
 
 PACK_STRUCT_FLD_S (ip6_addr_p_t src)
 
 PACK_STRUCT_FLD_S (ip6_addr_p_t dest)
 

Detailed Description

The IPv6 header.

Definition at line 99 of file prot/ip6.h.

Member Function Documentation

ip6_hdr::PACK_STRUCT_FIELD ( u32_t  _v_tc_fl)

version / traffic class / flow label

ip6_hdr::PACK_STRUCT_FIELD ( u16_t  _plen)

payload length

ip6_hdr::PACK_STRUCT_FLD_8 ( u8_t  _nexth)

next header

ip6_hdr::PACK_STRUCT_FLD_8 ( u8_t  _hoplim)

hop limit

ip6_hdr::PACK_STRUCT_FLD_S ( ip6_addr_p_t  src)

source and destination IP addresses


The documentation for this struct was generated from the following file: