DPDK  24.03.0
Data Fields
rte_l2tpv2_msg_with_length Struct Reference

#include <rte_l2tpv2.h>

Data Fields

rte_be16_t length
 
rte_be16_t tunnel_id
 
rte_be16_t session_id
 

Detailed Description

L2TPv2 message Header contains option length.

Definition at line 203 of file rte_l2tpv2.h.

Field Documentation

◆ length

rte_be16_t length

length(16)

Definition at line 204 of file rte_l2tpv2.h.

◆ tunnel_id

rte_be16_t tunnel_id

tunnel ID(16)

Definition at line 205 of file rte_l2tpv2.h.

◆ session_id

rte_be16_t session_id

session ID(16)

Definition at line 206 of file rte_l2tpv2.h.


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