Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dnet_if.rst88 The network association status is represented with :c:enumerator:`NET_IF_DORMANT`
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_if.h270 NET_IF_DORMANT, enumerator
2883 return net_if_flag_is_set(iface, NET_IF_DORMANT); in net_if_is_dormant()
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_if.c5472 if (!net_if_flag_test_and_set(iface, NET_IF_DORMANT)) { in net_if_dormant_on()
5485 if (net_if_flag_test_and_clear(iface, NET_IF_DORMANT)) { in net_if_dormant_off()