Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Ddhcpv6.h90 void net_dhcpv6_stop(struct net_if *iface);
/Zephyr-latest/subsys/net/lib/shell/
Ddhcpv6.c67 net_dhcpv6_stop(iface); in cmd_net_dhcpv6_client_stop()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c1716 net_dhcpv6_stop(iface); in dhcpv6_handle_reply()
1764 net_dhcpv6_stop(iface); in dhcpv6_handle_reply()
2169 void net_dhcpv6_stop(struct net_if *iface) in net_dhcpv6_stop() function
2211 net_dhcpv6_stop(iface); in net_dhcpv6_restart()
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c250 net_dhcpv6_stop(test_ctx.iface); in dhcpv6_tests_after()