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.
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 61 of file autoip.h.
Field Documentation
u8_t lastconflict |
u8_t sent_num |
u8_t tried_llipaddr |
Generated on Tue Jul 12 2022 12:22:42 by
