Home
last modified time | relevance | path

Searched refs:ulPayloadLength (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/
DFreeRTOS_ND_utest.c749 uint32_t ulPayloadLength = 32U; in test_vNDAgeCache_NSHappyPath() local
769 TEST_ASSERT_EQUAL( pxICMPPacket->xIPHeader.usPayloadLength, FreeRTOS_htons( ulPayloadLength ) ); in test_vNDAgeCache_NSHappyPath()
849 uint32_t ulPayloadLength = 32U; in test_vNDSendNeighbourSolicitation_HappyPath() local
863 TEST_ASSERT_EQUAL( pxICMPPacket->xIPHeader.usPayloadLength, FreeRTOS_htons( ulPayloadLength ) ); in test_vNDSendNeighbourSolicitation_HappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ND.c591 const uint32_t ulPayloadLength = 32U; in vNDSendNeighbourSolicitation() local
618 pxICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_htons( ulPayloadLength ); in vNDSendNeighbourSolicitation()