Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_IPv6.c94 uint16_t usPayloadLength; in xCheckIPv6SizeFields() local
644 uint16_t usPayloadLength = FreeRTOS_ntohs( pxIPPacket_IPv6->xIPHeader.usPayloadLength ); in eHandleIPv6ExtensionHeaders() local
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_IPv6_Private.h142 uint16_t usPayloadLength; /**< Number of bytes after the IPv6 header. 4 + 2 = 6 */ member
HDFreeRTOS_IP_Private.h257 …uint16_t usPayloadLength; /**< Property of IP-header (for IPv4: length of IP-header i… member