NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
TlvDecoder Struct Reference

TLV decoder. More...

#include <tlv-decoder.h>

Data Fields

struct rte_mbuf * p
 first segment More...
 
struct rte_mbuf * m
 current segment More...
 
uint32_t length
 remaining byte length More...
 
uint16_t offset
 offset within current segment More...
 

Detailed Description

TLV decoder.

Field Documentation

◆ length

uint32_t TlvDecoder::length

remaining byte length

◆ m

struct rte_mbuf* TlvDecoder::m

current segment

◆ offset

uint16_t TlvDecoder::offset

offset within current segment

◆ p

struct rte_mbuf* TlvDecoder::p

first segment


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