Searched refs:pcStateNames (Results 1 – 1 of 1) sorted by relevance
1140 static const char * const pcStateNames[] = in FreeRTOS_GetTCPStateName() local1158 if( ( xIndex < 0 ) || ( xIndex >= ARRAY_SIZE( pcStateNames ) ) ) in FreeRTOS_GetTCPStateName()1161 xIndex = ARRAY_SIZE( pcStateNames ); in FreeRTOS_GetTCPStateName()1165 return pcStateNames[ xIndex ]; in FreeRTOS_GetTCPStateName()