Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_event_ipv6_nbr Struct Reference

Network Management event information structure Used to pass information on network events like NET_EVENT_IPV6_NBR_ADD and NET_EVENT_IPV6_NBR_DEL when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information. More...

#include <net_event.h>

Data Fields

struct in6_addr addr
 
int idx
 

Detailed Description

Network Management event information structure Used to pass information on network events like NET_EVENT_IPV6_NBR_ADD and NET_EVENT_IPV6_NBR_DEL when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information.

Note
: idx will be '-1' in case of NET_EVENT_IPV6_NBR_DEL event.

Field Documentation

◆ addr

struct in6_addr net_event_ipv6_nbr::addr

◆ idx

int net_event_ipv6_nbr::idx

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