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

mbuf private data for NDN packet. More...

#include <packet.h>

Data Fields

LpHeader lp
 
struct {
   LpL3   lpl3
 
   union {
      PInterest   interest
 
      PData   data
 
   } 
 
}; 
 
PNack nack
 

Detailed Description

mbuf private data for NDN packet.

Field Documentation

◆ 

struct { ... }

◆ data

PData PacketPriv::data

◆ interest

PInterest PacketPriv::interest

◆ lp

LpHeader PacketPriv::lp

◆ lpl3

LpL3 PacketPriv::lpl3

◆ nack

PNack PacketPriv::nack

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