DPDK  22.07.0
Data Fields
rte_l2tpv2_msg_without_offset Struct Reference

#include <rte_l2tpv2.h>

Data Fields

rte_be16_t length
 
rte_be16_t tunnel_id
 
rte_be16_t session_id
 
rte_be16_t ns
 
rte_be16_t nr
 

Detailed Description

L2TPv2 message Header contains all options except ns_nr(length, ns, nr). offset size and offset padding MUST be together.

Definition at line 173 of file rte_l2tpv2.h.

Field Documentation

◆ length

rte_be16_t length

length(16)

Definition at line 174 of file rte_l2tpv2.h.

◆ tunnel_id

rte_be16_t tunnel_id

tunnel ID(16)

Definition at line 175 of file rte_l2tpv2.h.

◆ session_id

rte_be16_t session_id

session ID(16)

Definition at line 176 of file rte_l2tpv2.h.

◆ ns

Ns(16)

Definition at line 177 of file rte_l2tpv2.h.

◆ nr

Nr(16)

Definition at line 178 of file rte_l2tpv2.h.


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