Searched refs:CacheTable (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/ |
H A D | ArpImpl.c | 563 Find the CacheEntry which matches the requirements in the specified CacheTable. 565 @param[in] CacheTable Pointer to the arp cache table. 577 IN LIST_ENTRY *CacheTable, 591 StartEntry = CacheTable; 594 for (Entry = StartEntry->ForwardLink; Entry != CacheTable; Entry = Entry->ForwardLink) { 1210 Delete the cache entries in the specified CacheTable, using the BySwAddress, 1214 @param[in] CacheTable Pointer to the cache table to do the deletion. 1227 IN LIST_ENTRY *CacheTable, 1241 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, CacheTable) { 1456 LIST_ENTRY *CacheTable; local 576 ArpFindNextCacheEntryInTable( IN LIST_ENTRY *CacheTable, IN LIST_ENTRY *StartEntry, IN FIND_OPTYPE FindOpType, IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL ) argument 1226 ArpDeleteCacheEntryInTable( IN LIST_ENTRY *CacheTable, IN BOOLEAN BySwAddress, IN UINT16 SwAddressType, IN UINT8 *AddressBuffer OPTIONAL, IN BOOLEAN Force ) argument [all...] |
H A D | ArpImpl.h | 517 Find the CacheEntry which matches the requirements in the specified CacheTable. 519 @param[in] CacheTable Pointer to the arp cache table. 531 IN LIST_ENTRY *CacheTable,
|
Completed in 109 milliseconds