Home
last modified time | relevance | path

Searched refs:ndICMP_PREFIX_INFORMATION (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_ND.h78 #define ndICMP_PREFIX_INFORMATION 3 macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/
DFreeRTOS_RA_utest.c71 #define ndICMP_PREFIX_INFORMATION 3 macro
563 pxPrefixOption->ucType = ndICMP_PREFIX_INFORMATION; in test_vReceiveRA_NullICMPPrefix_ZeroOptionLength()
600 pxPrefixOption->ucType = ndICMP_PREFIX_INFORMATION; in test_vReceiveRA_NullICMPPrefix_NotEnoughBytes()
708 pxPrefixOption->ucType = ndICMP_PREFIX_INFORMATION; in test_vReceiveRA_ValidICMPPrefix_Option3()
892 pxPrefixOption->ucType = ndICMP_PREFIX_INFORMATION; in test_vReceiveRA_vRAProcesss()
932 pxPrefixOption->ucType = ndICMP_PREFIX_INFORMATION; in test_vReceiveRA_vRAProcess()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_RA.c311 case ndICMP_PREFIX_INFORMATION: /* 3 */ in vReceiveRA_ReadReply()