#include <FreeRTOS_IP_Private.h>
Data Fields | |
| ARPPacket_t | xARPPacket |
| More... | |
| TCPPacket_t | xTCPPacket |
| More... | |
| UDPPacket_t | xUDPPacket |
| More... | |
| ICMPPacket_t | xICMPPacket |
| More... | |
Union for the protocol packet to save space. Any packet cannot have more than one of the below protocol packets.
| ARPPacket_t ProtocolPacket_t::xARPPacket |
Union member: ARP packet struct
| TCPPacket_t ProtocolPacket_t::xTCPPacket |
Union member: TCP packet struct
| UDPPacket_t ProtocolPacket_t::xUDPPacket |
Union member: UDP packet struct
| ICMPPacket_t ProtocolPacket_t::xICMPPacket |
Union member: ICMP packet struct