#include <tte_api.h>
Public Attributes | |
uint8_t | dst_mac [6] |
uint8_t | src_mac [6] |
uint16_t | type |
uint8_t | addr [6] |
uint8_t | da [6] |
uint8_t | sa [6] |
uint8_t | data [1500] |
uint32_t | ct_marker |
uint16_t | ct_id |
An Ethernet frame header according to IEEE 802.3.
An Ethernet MAC address.
Format of a standard (background) Ethernet frame.
Format of a critical-traffic (TTEthernet) frame. This is actually a standard Ethernet frame format but split into TTEthernet specific fields.
Definition at line 102 of file tte_api.h.
uint8_t __attribute__::addr[6] |
Definition at line 38 of file tte_eth_driver.h.
uint16_t __attribute__::ct_id |
big endian
Definition at line 77 of file tte_eth_driver.h.
uint32_t __attribute__::ct_marker |
big endian
Definition at line 76 of file tte_eth_driver.h.
uint8_t __attribute__::da[6] |
Definition at line 65 of file tte_eth_driver.h.
uint8_t __attribute__::data |
Definition at line 68 of file tte_eth_driver.h.
uint8_t __attribute__::dst_mac[6] |
uint8_t __attribute__::sa |
source address
Definition at line 66 of file tte_eth_driver.h.