Searched refs:ulEntryToTest (Results 1 – 1 of 1) sorted by relevance
1227 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_catchAssert() local1239 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_NoMatchingEntries() local1260 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_OneMatchingEntry() local1273 ulEntryToTest = 1; in test_eARPGetCacheEntryByMac_OneMatchingEntry()1274 memset( xARPCache[ ulEntryToTest ].xMACAddress.ucBytes, 0x22, sizeof( xMACAddress.ucBytes ) ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()1275 xARPCache[ ulEntryToTest ].ulIPAddress = 0xAABBCCEE; in test_eARPGetCacheEntryByMac_OneMatchingEntry()1278 TEST_ASSERT_EQUAL( xARPCache[ ulEntryToTest ].ulIPAddress, ulIPAddress ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()