Searched refs:ARPCacheRow_t (Results 1 – 4 of 4) sorted by relevance
55 } ARPCacheRow_t; typedef
306 uxBytes = ipconfigARP_CACHE_ENTRIES * sizeof( ARPCacheRow_t ); in vWriteHeader()309 sizeof( ARPCacheRow_t ), in vWriteHeader()
96 _static ARPCacheRow_t xARPCache[ ipconfigARP_CACHE_ENTRIES ];605 ( void ) memset( &( xARPCache[ xIpEntry ] ), 0, sizeof( ARPCacheRow_t ) ); in vARPRefreshCacheEntry()
22 extern ARPCacheRow_t xARPCache[ ipconfigARP_CACHE_ENTRIES ];1184 uint8_t MemoryCompare[ sizeof( ARPCacheRow_t ) ]; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()1185 memset( MemoryCompare, 0, sizeof( ARPCacheRow_t ) ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()1186 TEST_ASSERT_EQUAL_MEMORY( MemoryCompare, &xARPCache[ xUseEntry ], sizeof( ARPCacheRow_t ) ); in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()