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