Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h281 #define ND_NA_FLAG_OVERRIDE 0x20000000 macro
286 #define ND_NA_FLAG_OVERRIDE 0x20 macro
/f-stack/freebsd/netinet/
H A Dicmp6.h277 #define ND_NA_FLAG_OVERRIDE 0x20000000 macro
282 #define ND_NA_FLAG_OVERRIDE 0x20 macro
H A Dip_carp.c1172 ND_NA_FLAG_OVERRIDE, 1, NULL); in carp_send_na()
/f-stack/freebsd/netinet6/
H A Dnd6_nbr.c356 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
366 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
667 is_override = ((flags & ND_NA_FLAG_OVERRIDE) != 0); in nd6_na_input()
1061 flags &= ~ND_NA_FLAG_OVERRIDE; in nd6_na_output_fib()