Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Network Management event information structure Used to pass information on network events like NET_EVENT_IPV6_PE_FILTER_ADD and NET_EVENT_IPV6_PE_FILTER_DEL when CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the information. More...
#include <net_event.h>
Data Fields | |
struct in6_addr | prefix |
IPv6 address of privacy extension filter. | |
bool | is_deny_list |
IPv6 filter deny or allow list. | |
Network Management event information structure Used to pass information on network events like NET_EVENT_IPV6_PE_FILTER_ADD and NET_EVENT_IPV6_PE_FILTER_DEL when CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the information.
This is only available if CONFIG_NET_IPV6_PE_FILTER_PREFIX_COUNT is >0.
bool net_event_ipv6_pe_filter::is_deny_list |
IPv6 filter deny or allow list.
struct in6_addr net_event_ipv6_pe_filter::prefix |
IPv6 address of privacy extension filter.