Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_ND.h77 #define ndICMP_TARGET_LINK_LAYER_ADDRESS 2 macro
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ND.c1070 pxICMPHeader_IPv6->ucOptionType = ndICMP_TARGET_LINK_LAYER_ADDRESS; in prvProcessICMPMessage_IPv6()
1185 pxICMPHeader_IPv6->ucOptionType = ndICMP_TARGET_LINK_LAYER_ADDRESS; in FreeRTOS_OutputAdvertiseIPv6()
DFreeRTOS_RA.c308 case ndICMP_TARGET_LINK_LAYER_ADDRESS: /* 2 */ in vReceiveRA_ReadReply()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/
DFreeRTOS_RA_utest.c70 #define ndICMP_TARGET_LINK_LAYER_ADDRESS 2 macro
672 pxPrefixOption->ucType = ndICMP_TARGET_LINK_LAYER_ADDRESS; in test_vReceiveRA_ValidICMPPrefix_Option2()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/
DFreeRTOS_ND_utest.c1571 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionType, ndICMP_TARGET_LINK_LAYER_ADDRESS ); in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1822 TEST_ASSERT_EQUAL( pxICMPHeader_IPv6->ucOptionType, ndICMP_TARGET_LINK_LAYER_ADDRESS ); in test_FreeRTOS_OutputAdvertiseIPv6_HappyPath()