Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dif_6lowpan.c155 #define IF6LPANF_READY 0x2 /* interface is ready */ macro
169 return (ifl->if6lpan_flags & IF6LPANF_READY) != 0; in if6lpan_flags_ready()
175 ifl->if6lpan_flags |= IF6LPANF_READY; in if6lpan_flags_set_ready()