Zephyr Project API  3.2.0
A Scalable Open Source RTOS
dhcpv4.h File Reference

DHCPv4 Client Handler. More...

#include <zephyr/sys/slist.h>
#include <zephyr/types.h>

Go to the source code of this file.

Functions

void net_dhcpv4_start (struct net_if *iface)
 Start DHCPv4 client on an iface. More...
 
void net_dhcpv4_stop (struct net_if *iface)
 Stop DHCPv4 client on an iface. More...
 
void net_dhcpv4_restart (struct net_if *iface)
 Restart DHCPv4 client on an iface. More...
 

Detailed Description

DHCPv4 Client Handler.