Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_nbr.c283 boolean_t is_dad_probe = FALSE; in nd6_ns_input() local
310 is_dad_probe = IN6_IS_ADDR_UNSPECIFIED(&saddr6); in nd6_ns_input()
311 if (is_dad_probe) { in nd6_ns_input()
367 if (is_dad_probe && lladdr) { in nd6_ns_input()
511 if (!is_dad_probe && (dadprogress & IN6_IFF_OPTIMISTIC) != 0) { in nd6_ns_input()
514 if (is_dad_probe) { in nd6_ns_input()
534 if (is_dad_probe) { in nd6_ns_input()
/xnu-11215.1.10/bsd/net/
H A Dif_bridge.c8839 boolean_t is_dad_probe;
8869 is_dad_probe = IN6_IS_ADDR_UNSPECIFIED(saddrp);
8871 if (is_dad_probe) {
8883 if (is_dad_probe) {