Searched refs:pcResult (Results 1 – 1 of 1) sorted by relevance
3107 const char * pcResult = pcBuffer; in FreeRTOS_inet_ntoa() local3157 return pcResult; in FreeRTOS_inet_ntoa()3224 const char * pcResult; in FreeRTOS_inet_ntop() local3231 pcResult = FreeRTOS_inet_ntop4( pvSource, pcDestination, uxSize ); in FreeRTOS_inet_ntop()3237 pcResult = FreeRTOS_inet_ntop6( pvSource, pcDestination, uxSize ); in FreeRTOS_inet_ntop()3243 pcResult = NULL; in FreeRTOS_inet_ntop()3247 return pcResult; in FreeRTOS_inet_ntop()