Searched refs:MemoryCompare (Results 1 – 1 of 1) sorted by relevance
2103 uint8_t MemoryCompare[ sizeof( ARPCacheRow_t ) ]; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations() local2105 memset( MemoryCompare, 0, sizeof( ARPCacheRow_t ) ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()2106 TEST_ASSERT_EQUAL_MEMORY( MemoryCompare, &xARPCache[ xUseEntry ], sizeof( ARPCacheRow_t ) ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()