Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
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.