Searched refs:ulPayloadLength (Results 1 – 2 of 2) sorted by relevance
749 uint32_t ulPayloadLength = 32U; in test_vNDAgeCache_NSHappyPath() local769 TEST_ASSERT_EQUAL( pxICMPPacket->xIPHeader.usPayloadLength, FreeRTOS_htons( ulPayloadLength ) ); in test_vNDAgeCache_NSHappyPath()849 uint32_t ulPayloadLength = 32U; in test_vNDSendNeighbourSolicitation_HappyPath() local863 TEST_ASSERT_EQUAL( pxICMPPacket->xIPHeader.usPayloadLength, FreeRTOS_htons( ulPayloadLength ) ); in test_vNDSendNeighbourSolicitation_HappyPath()
591 const uint32_t ulPayloadLength = 32U; in vNDSendNeighbourSolicitation() local618 pxICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_htons( ulPayloadLength ); in vNDSendNeighbourSolicitation()