![]() |
![]() |
Enet UDMA RX Protocol Info structure. More...
#include <enet_udma_psi.h>
Data Fields | |
bool | ipv6Valid |
bool | ipv4Valid |
bool | tcpudpIndicator |
bool | fragment |
bool | chkSumErr |
uint16_t | chkSum |
Enet UDMA RX Protocol Info structure.
It contains IPv4/IPv6 protocol information including checksum. This is copied from the CPPI TX status word (UDMA flow protocol specific info).
uint16_t EnetUdma_RxProtoInfo_s::chkSum |
Computed checksum value
bool EnetUdma_RxProtoInfo_s::chkSumErr |
bool EnetUdma_RxProtoInfo_s::fragment |
bool EnetUdma_RxProtoInfo_s::ipv4Valid |
Flag to indicate an IPv4 TCP or UDP Packet was detected
bool EnetUdma_RxProtoInfo_s::ipv6Valid |
Flag to indicate an IPv6 TCP or UDP Packet was detected
bool EnetUdma_RxProtoInfo_s::tcpudpIndicator |