11#ifndef ZEPHYR_INCLUDE_NET_DHCPV4_H_
12#define ZEPHYR_INCLUDE_NET_DHCPV4_H_
35enum net_dhcpv4_state {
39 NET_DHCPV4_REQUESTING,
76const char *net_dhcpv4_state_name(
enum net_dhcpv4_state
state);
void net_dhcpv4_stop(struct net_if *iface)
Stop DHCPv4 client on an iface.
void net_dhcpv4_start(struct net_if *iface)
Start DHCPv4 client on an iface.
state
Definition: http_parser_state.h:30
Single-linked list implementation.
Network Interface structure.
Definition: net_if.h:468