Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet6/ !
H A Dnd6_nbr.c276 boolean_t is_dad_probe = FALSE; in nd6_ns_input() local
301 is_dad_probe = IN6_IS_ADDR_UNSPECIFIED(&saddr6); in nd6_ns_input()
302 if (is_dad_probe) { in nd6_ns_input()
357 if (is_dad_probe && lladdr) { in nd6_ns_input()
495 if (!is_dad_probe && (dadprogress & IN6_IFF_OPTIMISTIC) != 0) { in nd6_ns_input()
498 if (is_dad_probe) { in nd6_ns_input()
518 if (is_dad_probe) { in nd6_ns_input()
/xnu-8796.101.5/bsd/net/ !
H A Dif_bridge.c8366 boolean_t is_dad_probe;
8395 is_dad_probe = IN6_IS_ADDR_UNSPECIFIED(saddrp);
8397 if (is_dad_probe) {
8409 if (is_dad_probe) {