Home
last modified time | relevance | path

Searched refs:xDestination (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2354 IPv6_Address_t xDestination; in test_FreeRTOS_inet_pton_IPv6HappyPath() local
2357 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()