Searched defs:FindOpType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c568 @param[in] FindOpType The search type.
579 IN FIND_OPTYPE FindOpType,
597 if ((FindOpType & MATCH_SW_ADDRESS) != 0) {
609 if ((FindOpType & MATCH_HW_ADDRESS) != 0) {
1450 FIND_OPTYPE FindOpType; local
1472 FindOpType = ByProtoAddress;
1476 FindOpType = ByHwAddress;
1492 FindOpType,
1533 FindOpType,
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

Completed in 56 milliseconds