Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_State_Handling.c1140 static const char * const pcStateNames[] = in FreeRTOS_GetTCPStateName() local
1158 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()