Home
last modified time | relevance | path

Searched refs:mci_protect_flags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h190 uint32_t mci_protect_flags; /* SL */ member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1792 ((mcip->mci_protect_flags & MPT_FLAG_V6_LOCAL_ADDR_SET) != 0 && in ipnospoof_check_v6()
2183 mcip->mci_protect_flags |= MPT_FLAG_V6_LOCAL_ADDR_SET; in mac_protect_update_v6_local_addr()
2563 mcip->mci_protect_flags = 0; in mac_protect_init()
2581 mcip->mci_protect_flags |= MPT_FLAG_PROMISC_FILTERED; in mac_protect_init()
2595 mcip->mci_protect_flags = 0; in mac_protect_fini()
H A Dmac_client.c3361 (mcip->mci_protect_flags & MPT_FLAG_PROMISC_FILTERED)) { in mac_promisc_add()
5754 return (mcip->mci_protect_flags & MPT_FLAG_PROMISC_FILTERED); in mac_get_promisc_filtered()
5764 mcip->mci_protect_flags |= MPT_FLAG_PROMISC_FILTERED; in mac_set_promisc_filtered()
5766 mcip->mci_protect_flags &= ~MPT_FLAG_PROMISC_FILTERED; in mac_set_promisc_filtered()