Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/ !
H A Dnd6_nbr.c1665 …uint32_t dad_same_nonce_count; /* # of consecutive times we've ignored DAD failure because of opti… member
1711 dp->dad_same_nonce_count <= nd6_dad_nonce_max_count) { in nd6_dad_find()
1717 dp->dad_same_nonce_count++; in nd6_dad_find()
1724 dp->dad_same_nonce_count = 1; in nd6_dad_find()
1853 dp->dad_same_nonce_count = 1; in nd6_dad_attach()
2024 dp->dad_same_nonce_count > 0 && in nd6_dad_timer()
2025 dp->dad_same_nonce_count > nd6_dad_nonce_max_count) { in nd6_dad_timer()