Home
last modified time | relevance | path

Searched refs:PromiscReceive (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Impl.c519 BOOLEAN PromiscReceive; in Ip6ServiceConfigMnp() local
523 PromiscReceive = FALSE; in Ip6ServiceConfigMnp()
541 PromiscReceive = TRUE; in Ip6ServiceConfigMnp()
549 if (PromiscReceive == IpSb->MnpConfigData.EnablePromiscuousReceive) { in Ip6ServiceConfigMnp()
554 IpSb->MnpConfigData.EnablePromiscuousReceive = PromiscReceive; in Ip6ServiceConfigMnp()
563 IpSb->MnpConfigData.EnablePromiscuousReceive = (BOOLEAN) !PromiscReceive; in Ip6ServiceConfigMnp()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Impl.c482 BOOLEAN PromiscReceive; in Ip4ServiceConfigMnp() local
486 PromiscReceive = FALSE; in Ip4ServiceConfigMnp()
504 PromiscReceive = TRUE; in Ip4ServiceConfigMnp()
512 if (PromiscReceive == IpSb->MnpConfigData.EnablePromiscuousReceive) { in Ip4ServiceConfigMnp()
517 IpSb->MnpConfigData.EnablePromiscuousReceive = PromiscReceive; in Ip4ServiceConfigMnp()
526 IpSb->MnpConfigData.EnablePromiscuousReceive = (BOOLEAN) !PromiscReceive; in Ip4ServiceConfigMnp()