Home
last modified time | relevance | path

Searched refs:net_dhcpv6_stop (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Ddhcpv6.h90 void net_dhcpv6_stop(struct net_if *iface);
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv6/
Ddhcpv6.c1707 net_dhcpv6_stop(iface); in dhcpv6_handle_reply()
1755 net_dhcpv6_stop(iface); in dhcpv6_handle_reply()
2160 void net_dhcpv6_stop(struct net_if *iface) in net_dhcpv6_stop() function
2202 net_dhcpv6_stop(iface); in net_dhcpv6_restart()
/Zephyr-Core-3.7.0/tests/net/dhcpv6/src/
Dmain.c250 net_dhcpv6_stop(test_ctx.iface); in dhcpv6_tests_after()