Searched refs:xDestination (Results 1 – 1 of 1) sorted by relevance
2354 IPv6_Address_t xDestination; in test_FreeRTOS_inet_pton_IPv6HappyPath() local2357 FreeRTOS_inet_pton6_ExpectAndReturn( pcSource, &xDestination, pdPASS ); in test_FreeRTOS_inet_pton_IPv6HappyPath()2359 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &xDestination ); in test_FreeRTOS_inet_pton_IPv6HappyPath()2362 …TEST_ASSERT_EQUAL_MEMORY( pxExpectDestination->ucBytes, xDestination.ucBytes, ipSIZE_OF_IPv6_ADDRE… in test_FreeRTOS_inet_pton_IPv6HappyPath()