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

#include <locator.h>

Data Fields

uint16_t etherType
 outer EtherType, 0 for memif More...
 
bool passthru
 is passthru face More...
 
bool multicast
 is outer Ethernet multicast? More...
 
bool v4
 is IPv4? More...
 
bool udp
 is UDP? More...
 
char tunnel
 'V' for VXLAN, 'G' for GTP-U, 0 otherwise More...
 

Field Documentation

◆ etherType

uint16_t EthLocatorClass::etherType

outer EtherType, 0 for memif

◆ multicast

bool EthLocatorClass::multicast

is outer Ethernet multicast?

◆ passthru

bool EthLocatorClass::passthru

is passthru face

◆ tunnel

char EthLocatorClass::tunnel

'V' for VXLAN, 'G' for GTP-U, 0 otherwise

◆ udp

bool EthLocatorClass::udp

is UDP?

◆ v4

bool EthLocatorClass::v4

is IPv4?


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