Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_nbr.c1650 int dad_attached; member
1852 VERIFY(!dp->dad_attached); in nd6_dad_attach()
1854 dp->dad_attached = 1; in nd6_dad_attach()
1872 if ((detached = dp->dad_attached)) { in nd6_dad_detach()
1877 dp->dad_attached = 0; in nd6_dad_detach()
2445 if (dp->dad_attached || in dad_remref()