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

Template for Interest encoding. More...

#include <interest.h>

Data Fields

uint16_t prefixL
 Name prefix length. More...
 
uint16_t midLen
 midBuf length More...
 
uint16_t nonceVOffset
 Nonce TLV-VALUE offset within midBuf. More...
 
uint8_t prefixV [NameMaxLength]
 Name prefix. More...
 
uint8_t midBuf [InterestTemplateBufLen]
 fields after Name More...
 

Detailed Description

Template for Interest encoding.

Field Documentation

◆ midBuf

uint8_t InterestTemplate::midBuf[InterestTemplateBufLen]

fields after Name

◆ midLen

uint16_t InterestTemplate::midLen

midBuf length

◆ nonceVOffset

uint16_t InterestTemplate::nonceVOffset

Nonce TLV-VALUE offset within midBuf.

◆ prefixL

uint16_t InterestTemplate::prefixL

Name prefix length.

◆ prefixV

uint8_t InterestTemplate::prefixV[NameMaxLength]

Name prefix.


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