Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dif_vlan.c192 #define IFVF_PROMISC 0x1 /* promiscuous mode enabled */ macro
294 return (ifv->ifv_flags & IFVF_PROMISC) != 0; in ifvlan_flags_promisc()
300 ifv->ifv_flags |= IFVF_PROMISC; in ifvlan_flags_set_promisc()
307 ifv->ifv_flags &= ~IFVF_PROMISC; in ifvlan_flags_clear_promisc()