Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.