Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dnd6.h72 struct netif *nd6_find_route(const ip6_addr_t *ip6addr);
/third_party/lwip/src/core/ipv6/
Dip6.c241 netif = nd6_find_route(dest);
Dnd6.c1862 nd6_find_route(const ip6_addr_t *ip6addr) function