| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Network Management event information structure Used to pass information on network events like NET_EVENT_IPV6_ROUTE_ADD and NET_EVENT_IPV6_ROUTE_DEL when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information. More...
#include <net_event.h>
| Data Fields | |
| struct in6_addr | nexthop | 
| IPv6 address of the next hop. | |
| struct in6_addr | addr | 
| IPv6 address or prefix of the route. | |
| uint8_t | prefix_len | 
| IPv6 prefix length. | |
Network Management event information structure Used to pass information on network events like NET_EVENT_IPV6_ROUTE_ADD and NET_EVENT_IPV6_ROUTE_DEL when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information.
| struct in6_addr net_event_ipv6_route::addr | 
IPv6 address or prefix of the route.
| struct in6_addr net_event_ipv6_route::nexthop | 
IPv6 address of the next hop.
| uint8_t net_event_ipv6_route::prefix_len | 
IPv6 prefix length.