Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h407 #define MPT_FLAG_PROMISC_FILTERED 0x0002 macro
/illumos-gate/usr/src/uts/common/io/mac/
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()
H A Dmac_protect.c2581 mcip->mci_protect_flags |= MPT_FLAG_PROMISC_FILTERED; in mac_protect_init()