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

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.c 519 BOOLEAN PromiscReceive;
523 PromiscReceive = FALSE;
541 PromiscReceive = TRUE;
549 if (PromiscReceive == IpSb->MnpConfigData.EnablePromiscuousReceive) {
554 IpSb->MnpConfigData.EnablePromiscuousReceive = PromiscReceive;
563 IpSb->MnpConfigData.EnablePromiscuousReceive = (BOOLEAN) !PromiscReceive;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.c 482 BOOLEAN PromiscReceive;
486 PromiscReceive = FALSE;
504 PromiscReceive = TRUE;
512 if (PromiscReceive == IpSb->MnpConfigData.EnablePromiscuousReceive) {
517 IpSb->MnpConfigData.EnablePromiscuousReceive = PromiscReceive;
526 IpSb->MnpConfigData.EnablePromiscuousReceive = (BOOLEAN) !PromiscReceive;
    [all...]

Completed in 76 milliseconds