Searched refs:LLE_CHILD (Results 1 – 2 of 2) sorted by relevance
551 if (ln->la_flags & LLE_CHILD) in nd6_llinfo_settimer_locked()1446 KASSERT((ln->la_flags & LLE_CHILD) == 0, ("child lle")); in nd6_free()2327 child_lle->la_flags |= LLE_CHILD | LLE_STATIC; in nd6_get_llentry()2423 if ((!(lle->la_flags & LLE_CHILD)) && (lle->ln_state == ND6_LLINFO_STALE)) in nd6_resolve_slow()2474 if (lle->la_flags & LLE_CHILD) { in nd6_resolve_slow()
212 #define LLE_CHILD 0x0080 /* Child LLE storing different AF encap */ macro