Searched refs:pcStateNames (Results 1 – 1 of 1) sorted by relevance
1051 static const char * const pcStateNames[] = in FreeRTOS_GetTCPStateName() local1069 if( ( xIndex < 0 ) || ( xIndex >= ARRAY_SIZE( pcStateNames ) ) ) in FreeRTOS_GetTCPStateName()1072 xIndex = ARRAY_SIZE( pcStateNames ); in FreeRTOS_GetTCPStateName()1076 return pcStateNames[ xIndex ]; in FreeRTOS_GetTCPStateName()