DPDK  21.11.7
Data Fields
rte_l2tpv2_combined_msg_hdr Struct Reference

#include <rte_l2tpv2.h>

Data Fields

struct rte_l2tpv2_common_hdr common
 
struct rte_l2tpv2_msg_with_all_options type0
 
struct rte_l2tpv2_msg_without_length type1
 
struct rte_l2tpv2_msg_without_ns_nr type2
 
struct rte_l2tpv2_msg_without_offset type3
 
struct rte_l2tpv2_msg_with_offset type4
 
struct rte_l2tpv2_msg_with_ns_nr type5
 
struct rte_l2tpv2_msg_with_length type6
 
struct rte_l2tpv2_msg_without_all_options type7
 

Detailed Description

L2TPv2 Combined Message Header Format: Common Header + Options

Definition at line 209 of file rte_l2tpv2.h.

Field Documentation

◆ common

struct rte_l2tpv2_common_hdr common

common header

Definition at line 210 of file rte_l2tpv2.h.

◆ type0

header with all options

Definition at line 213 of file rte_l2tpv2.h.

◆ type1

header with all options except length

Definition at line 215 of file rte_l2tpv2.h.

◆ type2

header with all options except ns/nr

Definition at line 217 of file rte_l2tpv2.h.

◆ type3

header with all options except offset

Definition at line 219 of file rte_l2tpv2.h.

◆ type4

header with offset options

Definition at line 221 of file rte_l2tpv2.h.

◆ type5

header with ns/nr options

Definition at line 223 of file rte_l2tpv2.h.

◆ type6

header with length option

Definition at line 225 of file rte_l2tpv2.h.

◆ type7

header without all options

Definition at line 227 of file rte_l2tpv2.h.


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