Embedded TCP/IP stack
4.7.0
|
fnet_bool_t fnet_netif_get_ip6_neighbor_cache | ( | fnet_netif_desc_t | netif_desc, |
fnet_index_t | n, | ||
fnet_netif_ip6_neighbor_cache_t * | ip6_neighbor_cache | ||
) |
Retrieves the n-th IPv6 neighbor cache entry of the specified network interface.
netif_desc | Network interface descriptor. |
n | Sequence number of IPv6 neighbor cache entry to retrieve (from 0 ). |
ip6_neighbor_cache | Pointer to neighbor cache entry that will contain the result. |
ip6_neighbor_cache
is filled.n-th
neighbor cache entry is not available.This function is used to retrieve the Ipv6 neighbor cache for the given interface.