NDN-DPDK
High-Speed Named Data Networking Forwarder
csrc
fib
enum.h
Go to the documentation of this file.
1
// <auto-generated> ndn-dpdk/mk/enumgen
2
#ifndef NDNDPDK_FIB_ENUM_H
3
#define NDNDPDK_FIB_ENUM_H
4
#include <stdbool.h>
5
6
enum
{
7
FibMaxNameLength
= 494,
8
FibMaxNexthops
= 8,
9
FibScratchSize
= 96,
10
};
11
12
#endif
// NDNDPDK_FIB_ENUM_H
FibMaxNameLength
@ FibMaxNameLength
Definition:
enum.h:7
FibScratchSize
@ FibScratchSize
Definition:
enum.h:9
FibMaxNexthops
@ FibMaxNexthops
Definition:
enum.h:8
Generated by
1.9.1