Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan.c186 #define IFVF_PROMISC 0x1 /* promiscuous mode enabled */ macro
289 return (ifv->ifv_flags & IFVF_PROMISC) != 0; in ifvlan_flags_promisc()
295 ifv->ifv_flags |= IFVF_PROMISC; in ifvlan_flags_set_promisc()
302 ifv->ifv_flags &= ~IFVF_PROMISC; in ifvlan_flags_clear_promisc()