Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dicmp6.h307 #define ND_NA_FLAG_OVERRIDE 0x20000000 macro
312 #define ND_NA_FLAG_OVERRIDE 0x20 macro
/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_nbr.c530 ND_NA_FLAG_OVERRIDE) | (advrouter ? in nd6_ns_input()
541 ((anycast || proxy || !tlladdr || oflgclr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
963 is_override = ((flags & ND_NA_FLAG_OVERRIDE) != 0); in nd6_na_input()
1527 flags &= ~ND_NA_FLAG_OVERRIDE; in nd6_na_output()
1575 flags &= ~ND_NA_FLAG_OVERRIDE; in nd6_na_output()
1930 nd6_na_output(ifp, &saddr6, &taddr6, ND_NA_FLAG_OVERRIDE, 1, NULL); in nd6_unsol_na_output()