_AutoIpContext Struct Reference
Auto-IP context. More...
#include <auto_ip.h>
Data Fields | |
| AutoIpSettings | settings |
| Auto-IP settings. More... | |
| bool_t | running |
| Auto-IP is currently running. More... | |
| AutoIpState | state |
| Current state of the FSM. More... | |
| Ipv4Addr | linkLocalAddr |
| Link-local address. More... | |
| systime_t | timestamp |
| Timestamp to manage retransmissions. More... | |
| systime_t | timeout |
| Timeout value. More... | |
| uint_t | retransmitCount |
| Retransmission counter. More... | |
| uint_t | conflictCount |
| Number of conflicts. More... | |
Detailed Description
Field Documentation
◆ conflictCount
◆ linkLocalAddr
◆ retransmitCount
◆ running
◆ settings
| AutoIpSettings settings |
◆ state
| AutoIpState state |
◆ timeout
◆ timestamp
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv4/auto_ip.h
