Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dnd6.c122 #define ND6_SEND_FLAG_ALLNODES_DEST 0x02 macro
497 nd6_send_na(inp, netif_ip6_addr(inp, i), ND6_FLAG_OVERRIDE | ND6_SEND_FLAG_ALLNODES_DEST); in nd6_input()
1420 } else if (flags & ND6_SEND_FLAG_ALLNODES_DEST) {