Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_nbr.c1633 int dad_attached; member
1823 VERIFY(!dp->dad_attached); in nd6_dad_attach()
1824 dp->dad_attached = 1; in nd6_dad_attach()
1842 if ((detached = dp->dad_attached)) { in nd6_dad_detach()
1847 dp->dad_attached = 0; in nd6_dad_detach()
2413 if (dp->dad_attached || in dad_remref()