| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
doca flow eth header More...
#include <doca_flow_net.h>
Data Fields | |
| uint8_t | src_mac [DOCA_FLOW_ETHER_ADDR_LEN] |
| uint8_t | dst_mac [DOCA_FLOW_ETHER_ADDR_LEN] |
| doca_be16_t | type |
doca flow eth header
Definition at line 148 of file doca_flow_net.h.
| uint8_t doca_flow_header_eth::dst_mac[DOCA_FLOW_ETHER_ADDR_LEN] |
destination mac address
Definition at line 151 of file doca_flow_net.h.
| uint8_t doca_flow_header_eth::src_mac[DOCA_FLOW_ETHER_ADDR_LEN] |
source mac address
Definition at line 149 of file doca_flow_net.h.
| doca_be16_t doca_flow_header_eth::type |
eth type
Definition at line 153 of file doca_flow_net.h.