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.c223 &ArpService->ResolvedCacheTable,
286 // Add this entry into the ResolvedCacheTable
288 InsertHeadList (&ArpService->ResolvedCacheTable, &CacheEntry->List);
505 // Check the timeouts for the ResolvedCacheTable.
507 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &ArpService->ResolvedCacheTable) {
1353 // Delete the cache entries inthe ResolvedCacheTable.
1356 &ArpService->ResolvedCacheTable,
1539 // Search the ResolvedCacheTable
1544 &ArpService->ResolvedCacheTable,
1563 (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 10 milliseconds