Home
last modified time | relevance | path

Searched defs:xPacketSummary (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_IP_Private.h242 struct xPacketSummary struct
244 BaseType_t xIsIPv6; /**< pdTRUE for IPv6 packets. */
246 const IPHeader_IPv6_t * pxIPPacket_IPv6; /**< A pointer to the IPv6 header. */
249 … const char * pcType; /**< Just for logging purposes: the name of the protocol. */
251 size_t uxIPHeaderLength; /**< Either 40 or 20, depending on the IP-type */
252 …uxProtocolHeaderLength; /**< Either 8, 20, or more or 20, depending on the protocol-type */
253 uint16_t usChecksum; /**< Checksum accumulator. */
254 uint8_t ucProtocol; /**< ipPROTOCOL_TCP, ipPROTOCOL_UDP, ipPROTOCOL_ICMP */
255 const IPPacket_t * pxIPPacket; /**< A pointer to the IPv4 header. */
256 ProtocolHeaders_t * pxProtocolHeaders; /**< Points to first byte after IP-header */
[all …]