_SlaacContext Struct Reference
SLAAC context. More...
#include <slaac.h>
Data Fields | |
| NetContext * | netContext |
| TCP/IP stack context. More... | |
| NetInterface * | interface |
| Network interface to configure. More... | |
| bool_t | manualDnsConfig |
| Force manual DNS configuration. More... | |
| SlaacLinkChangeCallback | linkChangeEvent |
| Link state change event. More... | |
| SlaacParseRouterAdvCallback | parseRouterAdvCallback |
| Router Advertisement parsing callback. More... | |
| bool_t | running |
| SLAAC is currently running. More... | |
| bool_t | configUpdated |
| This flag is set when IPv6 configuration has been updated. More... | |
Detailed Description
Field Documentation
◆ configUpdated
| bool_t configUpdated |
◆ interface
| NetInterface* interface |
◆ linkChangeEvent
| SlaacLinkChangeCallback linkChangeEvent |
◆ manualDnsConfig
◆ netContext
| NetContext* netContext |
◆ parseRouterAdvCallback
| SlaacParseRouterAdvCallback parseRouterAdvCallback |
◆ running
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/slaac.h
