Searched refs:ResolvedCacheTable (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpMain.c194 // Check the ResolvedCacheTable
197 &ArpService->ResolvedCacheTable,
270 InsertHeadList (&ArpService->ResolvedCacheTable, &CacheEntry->List);
570 &ArpService->ResolvedCacheTable,
H A DArpImpl.c210 &ArpService->ResolvedCacheTable,
273 // Add this entry into the ResolvedCacheTable
275 InsertHeadList (&ArpService->ResolvedCacheTable, &CacheEntry->List);
492 // Check the timeouts for the ResolvedCacheTable.
494 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &ArpService->ResolvedCacheTable) {
1340 // Delete the cache entries inthe ResolvedCacheTable.
1343 &ArpService->ResolvedCacheTable,
1526 // Search the ResolvedCacheTable
1531 &ArpService->ResolvedCacheTable,
1550 (VOID *)&ArpService->ResolvedCacheTable
[all...]
H A DArpDriver.c63 InitializeListHead (&ArpService->ResolvedCacheTable);
520 ASSERT (IsListEmpty (&ArpService->ResolvedCacheTable));
H A DArpImpl.h171 LIST_ENTRY ResolvedCacheTable; member in struct:_ARP_SERVICE_DATA

Completed in 122 milliseconds