Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_nbr.c281 boolean_t is_dad_probe = FALSE; in nd6_ns_input() local
306 is_dad_probe = IN6_IS_ADDR_UNSPECIFIED(&saddr6); in nd6_ns_input()
307 if (is_dad_probe) { in nd6_ns_input()
362 if (is_dad_probe && lladdr) { in nd6_ns_input()
499 if (!is_dad_probe && (dadprogress & IN6_IFF_OPTIMISTIC) != 0) { in nd6_ns_input()
502 if (is_dad_probe) { in nd6_ns_input()
522 if (is_dad_probe) { in nd6_ns_input()
/xnu-10063.101.15/bsd/net/
H A Dif_bridge.c8522 boolean_t is_dad_probe;
8551 is_dad_probe = IN6_IS_ADDR_UNSPECIFIED(saddrp);
8553 if (is_dad_probe) {
8565 if (is_dad_probe) {