Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2331 const char * pcResult = pcBuffer; in FreeRTOS_inet_ntoa() local
2381 return pcResult; in FreeRTOS_inet_ntoa()
2440 const char * pcResult; in FreeRTOS_inet_ntop() local
2446 pcResult = FreeRTOS_inet_ntop4( pvSource, pcDestination, uxSize ); in FreeRTOS_inet_ntop()
2451 pcResult = NULL; in FreeRTOS_inet_ntop()
2455 return pcResult; in FreeRTOS_inet_ntop()