Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_nbr.c1636 int dad_attached; member
1828 VERIFY(!dp->dad_attached); in nd6_dad_attach()
1829 dp->dad_attached = 1; in nd6_dad_attach()
1847 if ((detached = dp->dad_attached)) { in nd6_dad_detach()
1852 dp->dad_attached = 0; in nd6_dad_detach()
2418 if (dp->dad_attached || in dad_remref()