Searched refs:NET_ICMPV6_NA_FLAG_OVERRIDE (Results 1 – 2 of 2) sorted by relevance
142 #define NET_ICMPV6_NA_FLAG_OVERRIDE 0x20 macro
1446 flags = NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1462 NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1485 NET_ICMPV6_NA_FLAG_OVERRIDE; in handle_ns_input()1803 if (!(na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE) && lladdr_changed) { in handle_na_neighbor()1812 if (na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE || in handle_na_neighbor()1813 (!(na_hdr->flags & NET_ICMPV6_NA_FLAG_OVERRIDE) && in handle_na_neighbor()
Completed in 28 milliseconds