Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c1227 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_catchAssert() local
1239 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_NoMatchingEntries() local
1260 uint32_t ulIPAddress = 0x12345678, ulEntryToTest; in test_eARPGetCacheEntryByMac_OneMatchingEntry() local
1273 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()