Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_event_ipv6_pmtu_info Struct Reference

Network Management event information structure Used to pass information on network event NET_EVENT_IPV6_PMTU_CHANGED when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information. More...

#include <net_event.h>

Data Fields

struct in6_addr dst
 IPv6 address.
 
uint32_t mtu
 New MTU.
 

Detailed Description

Network Management event information structure Used to pass information on network event NET_EVENT_IPV6_PMTU_CHANGED when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the information.

Field Documentation

◆ dst

struct in6_addr net_event_ipv6_pmtu_info::dst

IPv6 address.

◆ mtu

uint32_t net_event_ipv6_pmtu_info::mtu

New MTU.


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