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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h49 BOOLEAN DenyFlag; member in struct:__anon12021
169 @param DenyFlag Set to TRUE if this entry is a deny entry. Set to
172 May be set to NULL if DenyFlag is TRUE.
174 May be set to NULL if DenyFlag is TRUE.
188 * DenyFlag is FALSE and TargetHwAddress is NULL.
189 * DenyFlag is FALSE and TargetSwAddress is NULL.
191 * Neither TargetSwAddress nor TargetHwAddress are NULL when DenyFlag is
203 IN BOOLEAN DenyFlag,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpMain.c98 @param DenyFlag Set to TRUE if this entry is a deny entry. Set to
101 May be set to NULL if DenyFlag is TRUE.
103 May be set to NULL if DenyFlag is TRUE.
116 This is NULL. DenyFlag is FALSE and
117 TargetHwAddress is NULL. DenyFlag is FALSE and
120 and TargetHwAddress are not NULL when DenyFlag is
132 IN BOOLEAN DenyFlag,
151 if (((!DenyFlag) && ((TargetHwAddress == NULL) || (TargetSwAddress == NULL))) ||
152 (DenyFlag && (TargetHwAddress != NULL) && (TargetSwAddress != NULL)) ||
267 if (DenyFlag) {
130 ArpAdd( IN EFI_ARP_PROTOCOL *This, IN BOOLEAN DenyFlag, IN VOID *TargetSwAddress OPTIONAL, IN VOID *TargetHwAddress OPTIONAL, IN UINT32 TimeoutValue, IN BOOLEAN Overwrite ) argument
[all...]
H A DArpImpl.h278 @param DenyFlag Set to TRUE if this entry is a deny entry. Set to
281 May be set to NULL if DenyFlag is TRUE.
283 May be set to NULL if DenyFlag is TRUE.
296 This is NULL. DenyFlag is FALSE and
297 TargetHwAddress is NULL. DenyFlag is FALSE and
300 and TargetHwAddress are not NULL when DenyFlag is
312 IN BOOLEAN DenyFlag,
H A DArpImpl.c1623 FindData->DenyFlag = (BOOLEAN)(CacheTable == &ArpService->DeniedCacheTable);

Completed in 49 milliseconds