FreeRTOS-Plus-TCP V2.3.2
FreeRTOS TCP/IP library
ProtocolHeaders_t Union Reference

#include <FreeRTOS_IP_Private.h>

Data Fields

ICMPHeader_t xICMPHeader
  More...
 
UDPHeader_t xUDPHeader
  More...
 
TCPHeader_t xTCPHeader
  More...
 

Detailed Description

Union for protocol headers to save space (RAM). Any packet cannot have more than one of the below protocols.

Field Documentation

◆ xICMPHeader

ICMPHeader_t ProtocolHeaders_t::xICMPHeader

Union member: ICMP header

◆ xUDPHeader

UDPHeader_t ProtocolHeaders_t::xUDPHeader

Union member: UDP header

◆ xTCPHeader

TCPHeader_t ProtocolHeaders_t::xTCPHeader

Union member: TCP header


The documentation for this union was generated from the following file: