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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c518 BOOLEAN PromiscReceive; local
522 PromiscReceive = FALSE;
540 PromiscReceive = TRUE;
548 if (PromiscReceive == IpSb->MnpConfigData.EnablePromiscuousReceive) {
553 IpSb->MnpConfigData.EnablePromiscuousReceive = PromiscReceive;
562 IpSb->MnpConfigData.EnablePromiscuousReceive = (BOOLEAN) !PromiscReceive;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c482 BOOLEAN PromiscReceive; local
486 PromiscReceive = FALSE;
504 PromiscReceive = TRUE;
512 if (PromiscReceive == IpSb->MnpConfigData.EnablePromiscuousReceive) {
517 IpSb->MnpConfigData.EnablePromiscuousReceive = PromiscReceive;
526 IpSb->MnpConfigData.EnablePromiscuousReceive = (BOOLEAN) !PromiscReceive;

Completed in 39 milliseconds