NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
pcc-key.c File Reference
#include "pcc-key.h"
#include "../core/base16.h"
#include "../core/logger.h"
#include "pcc-entry.h"

Functions

const char * PccSearch_ToDebugString (const PccSearch *search)
 Convert search to a string for debug purpose. More...
 
bool PccKey_MatchFieldWithExt_ (LName name, const uint8_t *firstV, uint16_t firstCapacity, const PccKeyExt *ext)
 
int PccKey_WriteFieldWithExt_ (LName name, uint8_t *firstV, uint16_t firstCapacity, PccKeyExt **next, PccKeyExt *exts[])
 

Function Documentation

◆ PccKey_MatchFieldWithExt_()

bool PccKey_MatchFieldWithExt_ ( LName  name,
const uint8_t *  firstV,
uint16_t  firstCapacity,
const PccKeyExt ext 
)

◆ PccKey_WriteFieldWithExt_()

int PccKey_WriteFieldWithExt_ ( LName  name,
uint8_t *  firstV,
uint16_t  firstCapacity,
PccKeyExt **  next,
PccKeyExt exts[] 
)

◆ PccSearch_ToDebugString()

const char* PccSearch_ToDebugString ( const PccSearch search)

Convert search to a string for debug purpose.

Returns
see DebugString_Get