Searched refs:NET_ICMPV6_NA_FLAG_OVERRIDE (Results 1 – 3 of 3) sorted by relevance
142 #define NET_ICMPV6_NA_FLAG_OVERRIDE 0x20 macro
1400 flags = NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1416 NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1440 NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1761 if (!(na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE) && lladdr_changed) { in handle_na_neighbor()1770 if (na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE || in handle_na_neighbor()1771 (!(na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE) && in handle_na_neighbor()
1413 NET_ICMPV6_NA_FLAG_OVERRIDE; in ZTEST()