Zephyr API 3.6.99
|
Network Interface IPv6 prefixes. More...
#include <net_if.h>
Data Fields | |
struct net_timeout | lifetime |
Prefix lifetime. | |
struct in6_addr | prefix |
IPv6 prefix. | |
struct net_if * | iface |
Backpointer to network interface where this prefix is used. | |
uint8_t | len |
Prefix length. | |
uint8_t | is_infinite: 1 |
Is the IP prefix valid forever. | |
uint8_t | is_used: 1 |
Is this prefix used or not. | |
Network Interface IPv6 prefixes.
Stores the IPV6 prefixes 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.