INET Framework for OMNeT++/OMNEST
inet::ip6_hdr Struct Reference

#include <ip6.h>

Public Attributes

union {
   struct ip6_hdrctl {
      u_int32_t   ip6_un1_flow
 
      u_int16_t   ip6_un1_plen
 
      u_int8_t   ip6_un1_nxt
 
      u_int8_t   ip6_un1_hlim
 
   }   ip6_un1
 
   u_int8_t   ip6_un2_vfc
 
ip6_ctlun
 
struct in6_addr ip6_src
 
struct in6_addr ip6_dst
 

Member Data Documentation

◆ ip6_ctlun

union { ... } inet::ip6_hdr::ip6_ctlun

◆ ip6_dst

struct in6_addr inet::ip6_hdr::ip6_dst

◆ ip6_src

struct in6_addr inet::ip6_hdr::ip6_src

◆ ip6_un1

struct { ... } ::ip6_hdrctl inet::ip6_hdr::ip6_un1

◆ ip6_un1_flow

u_int32_t inet::ip6_hdr::ip6_un1_flow

◆ ip6_un1_hlim

u_int8_t inet::ip6_hdr::ip6_un1_hlim

◆ ip6_un1_nxt

u_int8_t inet::ip6_hdr::ip6_un1_nxt

◆ ip6_un1_plen

u_int16_t inet::ip6_hdr::ip6_un1_plen

◆ ip6_un2_vfc

u_int8_t inet::ip6_hdr::ip6_un2_vfc

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