|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#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... | |
| uint16_t EthLocatorClass::etherType |
outer EtherType, 0 for memif
| bool EthLocatorClass::multicast |
is outer Ethernet multicast?
| bool EthLocatorClass::passthru |
is passthru face
| char EthLocatorClass::tunnel |
'V' for VXLAN, 'G' for GTP-U, 0 otherwise
| bool EthLocatorClass::udp |
is UDP?
| bool EthLocatorClass::v4 |
is IPv4?