Lines Matching refs:usPayloadLength
769 TEST_ASSERT_EQUAL( pxICMPPacket->xIPHeader.usPayloadLength, FreeRTOS_htons( ulPayloadLength ) ); in test_vNDAgeCache_NSHappyPath()
863 TEST_ASSERT_EQUAL( pxICMPPacket->xIPHeader.usPayloadLength, FreeRTOS_htons( ulPayloadLength ) ); in test_vNDSendNeighbourSolicitation_HappyPath()
1309 xICMPPacket.xIPHeader.usPayloadLength = 100; in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REQUEST_IPv6_IncorrectSize()
1310 usICMPSize = FreeRTOS_ntohs( xICMPPacket.xIPHeader.usPayloadLength ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REQUEST_IPv6_IncorrectSize()
1338 xICMPPacket.xIPHeader.usPayloadLength = 100; in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REQUEST_IPv6_CorrectSizeAssert1()
1339 usICMPSize = FreeRTOS_ntohs( xICMPPacket.xIPHeader.usPayloadLength ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REQUEST_IPv6_CorrectSizeAssert1()
1370 xICMPPacket.xIPHeader.usPayloadLength = 100; in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REQUEST_IPv6_CorrectSize()
1371 usICMPSize = FreeRTOS_ntohs( xICMPPacket.xIPHeader.usPayloadLength ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REQUEST_IPv6_CorrectSize()
1406 xICMPPacket.xIPHeader.usPayloadLength = 100; in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eInvalidData()
1407 usICMPSize = FreeRTOS_ntohs( xICMPPacket.xIPHeader.usPayloadLength ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eInvalidData()
1443 pxICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_ntohs( ipBUFFER_PADDING ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess()
1448 …uxDataLength = ipNUMERIC_CAST( size_t, FreeRTOS_ntohs( pxICMPPacket->xIPHeader.usPayloadLength ) ); in test_prvProcessICMPMessage_IPv6_ipICMP_PING_REPLY_IPv6_eSuccess()
1818 …TEST_ASSERT_EQUAL( pxICMPPacket->xIPHeader.usPayloadLength, FreeRTOS_htons( sizeof( ICMPHeader_IPv… in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()