Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

ipv6hdr Struct Reference

#include <ipv6.h>


Data Fields

__u8 flow_lbl [3]
__u16 payload_len
__u8 nexthdr
__u8 hop_limit
in6_addr saddr
in6_addr daddr


Field Documentation

struct in6_addr ipv6hdr::daddr
 

Definition at line 100 of file linux/ipv6.h.

Referenced by create_frag_entry(), icmpv6_echo_reply(), icmpv6_rcv(), ip6_bld_1(), ip6_forward(), ip6_mc_input(), ip6_xmit(), ipv6_local_error(), ipv6_reassembly(), sfq_hash(), tcp_v6_err(), tcp_v6_search_req(), and udpv6_err().

__u8 ipv6hdr::flow_lbl[3]
 

Definition at line 93 of file linux/ipv6.h.

__u8 ipv6hdr::hop_limit
 

Definition at line 97 of file linux/ipv6.h.

Referenced by ip6_bld_1(), ip6_forward(), ip6_xmit(), and ipip6_tunnel_xmit().

__u8 ipv6hdr::nexthdr
 

Definition at line 96 of file linux/ipv6.h.

Referenced by icmpv6_notify(), ip6_bld_1(), ip6_build_xmit(), ip6_frag_xmit(), ip6_fw_accept_trans(), ip6_input(), ip6_xmit(), ipv6_rcv(), is_ineligible(), and sfq_hash().

__u16 ipv6hdr::payload_len
 

Definition at line 95 of file linux/ipv6.h.

Referenced by ip6_bld_1(), ip6_frag_xmit(), ip6_xmit(), ipv6_rcv(), and ipv6_reassembly().

struct in6_addr ipv6hdr::saddr
 

Definition at line 99 of file linux/ipv6.h.

Referenced by create_frag_entry(), icmpv6_echo_reply(), icmpv6_rcv(), ip6_bld_1(), ip6_build_xmit(), ip6_forward(), ip6_frag_xmit(), ip6_xmit(), ipv6_reassembly(), sfq_hash(), tcp_v6_err(), tcp_v6_search_req(), and udpv6_err().


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