Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_file_test BLE_Blink ExternalEncoder
autoip Struct Reference
AutoIP state information per netif. More...
#include <autoip.h>
Data Fields | |
ip4_addr_t | llipaddr |
the currently selected, probed, announced or used LL IP-Address | |
u8_t | state |
current AutoIP state machine state | |
u8_t | sent_num |
sent number of probes or announces, dependent on state | |
u16_t | ttw |
ticks to wait, tick is AUTOIP_TMR_INTERVAL long | |
u8_t | lastconflict |
ticks until a conflict can be solved by defending | |
u8_t | tried_llipaddr |
total number of probed/used Link Local IP-Addresses |
Detailed Description
AutoIP state information per netif.
Definition at line 64 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/autoip.h.
Field Documentation
u8_t lastconflict |
ticks until a conflict can be solved by defending
Definition at line 75 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/autoip.h.
the currently selected, probed, announced or used LL IP-Address
Definition at line 67 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/autoip.h.
u8_t sent_num |
sent number of probes or announces, dependent on state
Definition at line 71 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/autoip.h.
u8_t state |
current AutoIP state machine state
Definition at line 69 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/autoip.h.
u8_t tried_llipaddr |
total number of probed/used Link Local IP-Addresses
Definition at line 77 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/autoip.h.
u16_t ttw |
ticks to wait, tick is AUTOIP_TMR_INTERVAL long
Definition at line 73 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/autoip.h.
Generated on Tue Jul 12 2022 15:20:42 by
