Lines Matching refs:xAddressFamily
2330 BaseType_t xAddressFamily = FREERTOS_AF_INET + 1; in test_FreeRTOS_inet_pton_IncorrectAddressFamily() local
2334 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, pvDestination ); in test_FreeRTOS_inet_pton_IncorrectAddressFamily()
2345 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_Octal() local
2349 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_Octal()
2361 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_HappyPath() local
2365 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_HappyPath()
2377 BaseType_t xAddressFamily = FREERTOS_AF_INET + 1; in test_FreeRTOS_inet_ntop_IncorrectAddrFamily() local
2382 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_IncorrectAddrFamily()
2393 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_ntop_IncorrectSize() local
2398 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_IncorrectSize()
2409 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_ntop_HappyCase() local
2415 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_HappyCase()
2421 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_HappyCase()
2427 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_HappyCase()