|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
EthFace address information. More...
#include <locator.h>
Data Fields | |
| struct rte_ether_addr | local |
| struct rte_ether_addr | remote |
| uint16_t | vlan |
| struct rte_ipv6_addr | localIP |
| struct rte_ipv6_addr | remoteIP |
| uint16_t | localUDP |
| uint16_t | remoteUDP |
| uint32_t | vxlan |
| struct rte_ether_addr | innerLocal |
| struct rte_ether_addr | innerRemote |
| uint32_t | ulTEID |
| uint32_t | dlTEID |
| struct rte_ipv6_addr | innerLocalIP |
| struct rte_ipv6_addr | innerRemoteIP |
| uint8_t | ulQFI |
| uint8_t | dlQFI |
| bool | isGtp |
EthFace address information.
| uint8_t EthLocator::dlQFI |
| uint32_t EthLocator::dlTEID |
| struct rte_ether_addr EthLocator::innerLocal |
| struct rte_ipv6_addr EthLocator::innerLocalIP |
| struct rte_ether_addr EthLocator::innerRemote |
| struct rte_ipv6_addr EthLocator::innerRemoteIP |
| bool EthLocator::isGtp |
| struct rte_ether_addr EthLocator::local |
| struct rte_ipv6_addr EthLocator::localIP |
| uint16_t EthLocator::localUDP |
| struct rte_ether_addr EthLocator::remote |
| struct rte_ipv6_addr EthLocator::remoteIP |
| uint16_t EthLocator::remoteUDP |
| uint8_t EthLocator::ulQFI |
| uint32_t EthLocator::ulTEID |
| uint16_t EthLocator::vlan |
| uint32_t EthLocator::vxlan |