| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
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.   | |
DHCPv6 client.