| rte_l2tpv2_msg_without_length(3) | Library Functions Manual | rte_l2tpv2_msg_without_length(3) |
rte_l2tpv2_msg_without_length
#include <rte_l2tpv2.h>
rte_be16_t tunnel_id
rte_be16_t session_id
rte_be16_t ns
rte_be16_t nr
rte_be16_t offset_size
uint8_t * offset_padding
L2TPv2 message Header contains all options except length(ns, nr, offset size, offset padding).
Definition at line 142 of file rte_l2tpv2.h.
tunnel ID(16)
Definition at line 143 of file rte_l2tpv2.h.
session ID(16)
Definition at line 144 of file rte_l2tpv2.h.
Definition at line 145 of file rte_l2tpv2.h.
Definition at line 146 of file rte_l2tpv2.h.
offset size(16)
Definition at line 147 of file rte_l2tpv2.h.
offset padding(variable length)
Definition at line 148 of file rte_l2tpv2.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |