Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dif_vlan.c194 #define IFVF_READY 0x4 /* interface is ready */ macro
314 return (ifv->ifv_flags & IFVF_READY) != 0; in ifvlan_flags_ready()
320 ifv->ifv_flags |= IFVF_READY; in ifvlan_flags_set_ready()