| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
IPv4 Autoconfiguration. More...
Go to the source code of this file.
| Enumerations | |
| enum | net_ipv4_autoconf_state { NET_IPV4_AUTOCONF_INIT , NET_IPV4_AUTOCONF_ASSIGNED , NET_IPV4_AUTOCONF_RENEW } | 
| Current state of IPv4 Autoconfiguration.  More... | |
| Functions | |
| static void | net_ipv4_autoconf_start (struct net_if *iface) | 
| Start IPv4 autoconfiguration RFC 3927: IPv4 Link Local. | |
| static void | net_ipv4_autoconf_reset (struct net_if *iface) | 
| Reset autoconf process. | |
IPv4 Autoconfiguration.
| 
 | inlinestatic | 
Reset autoconf process.
Reset IPv4 IP autoconfiguration
| iface | A valid pointer on an interface | 
| 
 | inlinestatic | 
Start IPv4 autoconfiguration RFC 3927: IPv4 Link Local.
Start IPv4 IP autoconfiguration
| iface | A valid pointer on an interface |