Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_Routing.c715 #define rMATCH_COUNT 4 /**< The number of methods. */ macro
743 NetworkEndPoint_t * pxFound[ rMATCH_COUNT ] = { NULL, NULL, NULL, NULL }; in pxEasyFit()
744 BaseType_t xCount[ rMATCH_COUNT ] = { 0, 0, 0, 0 }; in pxEasyFit()
849 for( xIndex = 0; xIndex < rMATCH_COUNT; xIndex++ ) in pxEasyFit()