Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h307 #define ND_NA_FLAG_OVERRIDE 0x20000000 macro
312 #define ND_NA_FLAG_OVERRIDE 0x20 macro
/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_nbr.c543 ND_NA_FLAG_OVERRIDE) | (advrouter ? in nd6_ns_input()
554 ((anycast || proxy || !tlladdr || oflgclr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
985 is_override = ((flags & ND_NA_FLAG_OVERRIDE) != 0); in nd6_na_input()
1562 flags &= ~ND_NA_FLAG_OVERRIDE; in nd6_na_output()
1610 flags &= ~ND_NA_FLAG_OVERRIDE; in nd6_na_output()
1933 nd6_na_output(ifp, &saddr6, &taddr6, ND_NA_FLAG_OVERRIDE, 1, NULL); in nd6_unsol_na_output()