Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dnd6.c125 static void nd6_send_na(struct netif *netif, const ip6_addr_t *target_addr, u8_t flags);
497 nd6_send_na(inp, netif_ip6_addr(inp, i), ND6_FLAG_OVERRIDE | ND6_SEND_FLAG_ALLNODES_DEST); in nd6_input()
549 nd6_send_na(inp, &target_address, ND6_FLAG_SOLICITED | ND6_FLAG_OVERRIDE); in nd6_input()
1374 nd6_send_na(struct netif *netif, const ip6_addr_t *target_addr, u8_t flags) function