Searched refs:FreeRTOS_inet_pton (Results 1 – 3 of 3) sorted by relevance
468 BaseType_t FreeRTOS_inet_pton( BaseType_t xAddressFamily,
2334 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, pvDestination ); in test_FreeRTOS_inet_pton_IncorrectAddressFamily()2349 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_Octal()2365 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_HappyPath()
2398 BaseType_t FreeRTOS_inet_pton( BaseType_t xAddressFamily, in FreeRTOS_inet_pton() function