Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dnd6.c110 static s16_t nd6_find_destination_cache_entry(const ip6_addr_t *ip6addr);
851 dest_idx = nd6_find_destination_cache_entry(&destination_address); in nd6_input()
919 dest_idx = nd6_find_destination_cache_entry(&destination_address); in nd6_input()
1680 nd6_find_destination_cache_entry(const ip6_addr_t *ip6addr) function
2071 dst_idx = nd6_find_destination_cache_entry(ip6addr);
2412 i = nd6_find_destination_cache_entry(ip6addr);
2448 dst_idx = nd6_find_destination_cache_entry(ip6addr);