FreeBSD kernel IPv6 code
ip6_exthdrs Struct Reference

Data Fields

struct mbuf * ip6e_ip6
 
struct mbuf * ip6e_hbh
 
struct mbuf * ip6e_dest1
 
struct mbuf * ip6e_rthdr
 
struct mbuf * ip6e_dest2
 

Detailed Description

Definition at line 129 of file ip6_output.c.

Field Documentation

◆ ip6e_dest1

struct mbuf* ip6_exthdrs::ip6e_dest1

Definition at line 132 of file ip6_output.c.

Referenced by ip6_output().

◆ ip6e_dest2

struct mbuf* ip6_exthdrs::ip6e_dest2

Definition at line 134 of file ip6_output.c.

Referenced by ip6_output().

◆ ip6e_hbh

struct mbuf* ip6_exthdrs::ip6e_hbh

Definition at line 131 of file ip6_output.c.

Referenced by ip6_insert_jumboopt(), and ip6_output().

◆ ip6e_ip6

struct mbuf* ip6_exthdrs::ip6e_ip6

Definition at line 130 of file ip6_output.c.

Referenced by ip6_insert_jumboopt(), ip6_output(), and ip6_splithdr().

◆ ip6e_rthdr

struct mbuf* ip6_exthdrs::ip6e_rthdr

Definition at line 133 of file ip6_output.c.

Referenced by ip6_output().


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