| Zephyr API Documentation
    2.7.0-rc2
    A Scalable Open Source RTOS | 
Network Interface IPv6 prefixes. More...
#include <net_if.h>
| Data Fields | |
| struct net_timeout | lifetime | 
| struct in6_addr | prefix | 
| struct net_if * | iface | 
| uint8_t | len | 
| uint8_t | is_infinite: 1 | 
| uint8_t | is_used: 1 | 
Network Interface IPv6 prefixes.
Stores the multicast IP addresses assigned to this network interface.
| struct net_if* net_if_ipv6_prefix::iface | 
Backpointer to network interface where this prefix is used
| uint8_t net_if_ipv6_prefix::is_infinite | 
Is the IP prefix valid forever
| uint8_t net_if_ipv6_prefix::is_used | 
Is this prefix used or not
| uint8_t net_if_ipv6_prefix::len | 
Prefix length
| struct net_timeout net_if_ipv6_prefix::lifetime | 
Prefix lifetime
| struct in6_addr net_if_ipv6_prefix::prefix | 
IPv6 prefix