HomeSort by relevance Sort by last modified time
    Searched refs:DeniedCacheTable (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.c 477 // Check the timeouts for the DeniedCacheTable.
479 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &ArpService->DeniedCacheTable) {
649 in the DeniedCacheTable.
674 // Find the cache entry in the DeniedCacheTable by the protocol address.
677 &ArpService->DeniedCacheTable,
693 // Find the cache entry in the DeniedCacheTable by the hardware address.
696 &ArpService->DeniedCacheTable,
    [all...]
ArpDriver.c 62 InitializeListHead (&ArpService->DeniedCacheTable);
519 ASSERT (IsListEmpty (&ArpService->DeniedCacheTable));
ArpImpl.h 170 LIST_ENTRY DeniedCacheTable;
500 in the DeniedCacheTable.
ArpMain.c 268 InsertHeadList (&ArpService->DeniedCacheTable, &CacheEntry->List);

Completed in 48 milliseconds