Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h276 #define ND_NA_FLAG_OVERRIDE 0x20000000 macro
281 #define ND_NA_FLAG_OVERRIDE 0x20 macro
H A Dip_carp.c1655 ND_NA_FLAG_OVERRIDE, 1, NULL); in carp_send_na()
/freebsd/sys/netinet6/
H A Dnd6_nbr.c339 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
349 ((anycast || proxy || !tlladdr) ? 0 : ND_NA_FLAG_OVERRIDE) | in nd6_ns_input()
706 is_override = ((flags & ND_NA_FLAG_OVERRIDE) != 0); in nd6_na_input()
1099 flags &= ~ND_NA_FLAG_OVERRIDE; in nd6_na_output_fib()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c257 #define ND_NA_FLAG_OVERRIDE 0x20000000 macro
699 { ND_NA_FLAG_OVERRIDE, "override" },