Home
last modified time | relevance | path

Searched refs:uxProtocolHeaderLength (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils/
DFreeRTOS_IP_Utils_stubs.c88 pxSet->uxProtocolHeaderLength = ipSIZE_OF_ICMPv6_HEADER; in prvChecksumICMPv6Checks_Valid()
96 pxSet->uxProtocolHeaderLength = 0xFF; in prvChecksumICMPv6Checks_BigHeaderLength()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_Utils/
DFreeRTOS_IPv6_Utils_utest.c284 TEST_ASSERT_EQUAL( ipSIZE_OF_ICMPv6_HEADER, xSet.uxProtocolHeaderLength ); in test_prvChecksumICMPv6Checks_Default_ValidLength()
332 TEST_ASSERT_EQUAL( sizeof( ICMPEcho_IPv6_t ), xSet.uxProtocolHeaderLength ); in test_prvChecksumICMPv6Checks_PingReq_ValidLength()
380 TEST_ASSERT_EQUAL( sizeof( ICMPEcho_IPv6_t ), xSet.uxProtocolHeaderLength ); in test_prvChecksumICMPv6Checks_PingReply_ValidLength()
428 TEST_ASSERT_EQUAL( sizeof( ICMPRouterSolicitation_IPv6_t ), xSet.uxProtocolHeaderLength ); in test_prvChecksumICMPv6Checks_RS_ValidLength()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Utils.c163 pxSet->uxProtocolHeaderLength = xICMPLength; in prvChecksumICMPv6Checks()
DFreeRTOS_IP_Utils.c404 pxSet->uxProtocolHeaderLength = sizeof( pxSet->pxProtocolHeaders->xUDPHeader ); in prvChecksumProtocolChecks()
435 pxSet->uxProtocolHeaderLength = ipSIZE_OF_TCP_HEADER + uxOptionsLength; in prvChecksumProtocolChecks()
456 pxSet->uxProtocolHeaderLength = sizeof( pxSet->pxProtocolHeaders->xICMPHeader ); in prvChecksumProtocolChecks()
506 if( ( pxSet->usProtocolBytes < ( uint16_t ) pxSet->uxProtocolHeaderLength ) || in prvChecksumProtocolMTUCheck()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h252 …size_t uxProtocolHeaderLength; /**< Either 8, 20, or more or 20, depending on the protocol… member