Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
net_event_ipv6_route Struct Reference

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.

Detailed Description

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.

Field Documentation

◆ addr

struct in6_addr net_event_ipv6_route::addr

IPv6 address or prefix of the route.

◆ nexthop

struct in6_addr net_event_ipv6_route::nexthop

IPv6 address of the next hop.

◆ prefix_len

uint8_t net_event_ipv6_route::prefix_len

IPv6 prefix length.


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