Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_bridge.c433 #define BIFF_HOST_FILTER 0x10 /* host filter enabled */ macro
3058 if ((bif->bif_flags & BIFF_HOST_FILTER) != 0) { in bridge_ioctl_sifflags()
3785 if (bif->bif_flags & BIFF_HOST_FILTER) { in bridge_ioctl_ghostfilter()
3809 bif->bif_flags |= BIFF_HOST_FILTER; in bridge_ioctl_shostfilter()
3830 bif->bif_flags &= ~(BIFF_HOST_FILTER | BIFF_HF_HWSRC | in bridge_ioctl_shostfilter()
6267 if (bif->bif_flags & BIFF_HOST_FILTER) {
10210 host_filter = (bif->bif_flags & BIFF_HOST_FILTER) != 0;