Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dnd6_nbr.c1645 int dad_attached; member
1847 VERIFY(!dp->dad_attached); in nd6_dad_attach()
1849 dp->dad_attached = 1; in nd6_dad_attach()
1867 if ((detached = dp->dad_attached)) { in nd6_dad_detach()
1872 dp->dad_attached = 0; in nd6_dad_detach()
2441 if (dp->dad_attached || in dad_remref()