Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_event_ipv6_pe_filter Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ is_deny_list

bool net_event_ipv6_pe_filter::is_deny_list

IPv6 filter deny or allow list.

◆ prefix

struct in6_addr net_event_ipv6_pe_filter::prefix

IPv6 address of privacy extension filter.


The documentation for this struct was generated from the following file: