Searched refs:PromiscReceive (Results 1 – 2 of 2) sorted by relevance
519 BOOLEAN PromiscReceive; in Ip6ServiceConfigMnp() local523 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()
482 BOOLEAN PromiscReceive; in Ip4ServiceConfigMnp() local486 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()