Searched refs:NET_ICMPV6_NA_FLAG_OVERRIDE (Results 1 – 3 of 3) sorted by relevance
142 #define NET_ICMPV6_NA_FLAG_OVERRIDE 0x20 macro
1384 flags = NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1400 NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1424 NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1744 if (!(na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE) && lladdr_changed) { in handle_na_neighbor()1753 if (na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE || in handle_na_neighbor()1754 (!(na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE) && in handle_na_neighbor()
1405 NET_ICMPV6_NA_FLAG_OVERRIDE; in ZTEST()