Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dhcpv6.h File Reference

DHCPv6 client. More...

Go to the source code of this file.

Data Structures

struct  net_dhcpv6_params
 DHCPv6 client configuration parameters. More...
 

Functions

void net_dhcpv6_start (struct net_if *iface, struct net_dhcpv6_params *params)
 Start DHCPv6 client on an iface.
 
void net_dhcpv6_stop (struct net_if *iface)
 Stop DHCPv6 client on an iface.
 
void net_dhcpv6_restart (struct net_if *iface)
 Restart DHCPv6 client on an iface.
 

Detailed Description

DHCPv6 client.