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

Typedefs

typedef void(* RxFunc) (FwFwd *fwd, FwFwdCtx *ctx)
 

Functions

 N_LOG_INIT (FwFwd)
 
int FwFwd_Run (FwFwd *fwd)
 

Typedef Documentation

◆ RxFunc

typedef void(* RxFunc) (FwFwd *fwd, FwFwdCtx *ctx)

Function Documentation

◆ FwFwd_Run()

int FwFwd_Run ( FwFwd fwd)

◆ N_LOG_INIT()

N_LOG_INIT ( FwFwd  )