Lines Matching refs:cDestination
3582 char cDestination[ xSize ]; in test_FreeRTOS_inet_ntop_IPv4() local
3585 memset( cDestination, 0, sizeof( cDestination ) ); in test_FreeRTOS_inet_ntop_IPv4()
3587 FreeRTOS_inet_ntop4_ExpectAndReturn( &ulIPAddress, cDestination, xSize, cDestination ); in test_FreeRTOS_inet_ntop_IPv4()
3589 pcReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulIPAddress, cDestination, xSize ); in test_FreeRTOS_inet_ntop_IPv4()
3603 char cDestination[ xSize ]; in test_FreeRTOS_inet_ntop_IPv6() local
3606 memset( cDestination, 0, sizeof( cDestination ) ); in test_FreeRTOS_inet_ntop_IPv6()
3608 FreeRTOS_inet_ntop6_ExpectAndReturn( pxIPAddress, cDestination, xSize, cDestination ); in test_FreeRTOS_inet_ntop_IPv6()
3610 pcReturn = FreeRTOS_inet_ntop( xAddressFamily, pxIPAddress, cDestination, xSize ); in test_FreeRTOS_inet_ntop_IPv6()
3624 char cDestination[ xSize ]; in test_FreeRTOS_inet_ntop_Unknown() local
3627 memset( cDestination, 0, sizeof( cDestination ) ); in test_FreeRTOS_inet_ntop_Unknown()
3629 pcReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulIPAddress, cDestination, xSize ); in test_FreeRTOS_inet_ntop_Unknown()