Structure representing an Ethernet frame.
Data Fields | |
uint8_t * | buf [MAX_BUF_IN_SCATTER_FRAME] |
uint16_t | size [MAX_BUF_IN_SCATTER_FRAME] |
uint8_t | nBufs |
int8_t | port |
int8_t | tc |
uint64_t | rxts |
uint8_t* LLDEnetFrameScatter_t::buf[MAX_BUF_IN_SCATTER_FRAME] |
Array pointer to the buffer containing the frame data.
uint16_t LLDEnetFrameScatter_t::size[MAX_BUF_IN_SCATTER_FRAME] |
Array size of the frame.
uint8_t LLDEnetFrameScatter_t::nBufs |
Number of buffers in the frame.
int8_t LLDEnetFrameScatter_t::port |
Port number associated with the frame.
int8_t LLDEnetFrameScatter_t::tc |
Traffic class associated with the frame. Set to -1 to not assign a traffic class.
uint64_t LLDEnetFrameScatter_t::rxts |
timestamp of rx packet which was captured by host port.