Searched refs:ulEntryToTest (Results 1 – 1 of 1) sorted by relevance
2151 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_catchAssert() local2164 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_NullInterface() local2186 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_NoMatchingEntries() local2208 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_OneMatchingEntry() local2222 ulEntryToTest = 1; in test_eARPGetCacheEntryByMac_OneMatchingEntry()2223 memset( xARPCache[ ulEntryToTest ].xMACAddress.ucBytes, 0x22, sizeof( xMACAddress.ucBytes ) ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()2224 xARPCache[ ulEntryToTest ].ulIPAddress = 0xAABBCCEE; in test_eARPGetCacheEntryByMac_OneMatchingEntry()2227 TEST_ASSERT_EQUAL( xARPCache[ ulEntryToTest ].ulIPAddress, ulIPAddress ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()2231 TEST_ASSERT_EQUAL( xARPCache[ ulEntryToTest ].ulIPAddress, ulIPAddress ); in test_eARPGetCacheEntryByMac_OneMatchingEntry()2233 xARPCache[ ulEntryToTest ].pxEndPoint = NULL; in test_eARPGetCacheEntryByMac_OneMatchingEntry()[all …]