Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c240 was_if_up = net_if_flag_test_and_clear(iface, NET_IF_RUNNING); in update_net_if_link_addr()
244 net_if_flag_set(iface, NET_IF_RUNNING); in update_net_if_link_addr()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h266 NET_IF_RUNNING, enumerator
1193 if (net_if_flag_is_set(iface, NET_IF_RUNNING)) { in net_if_set_link_addr_unlocked()
2873 net_if_flag_is_set(iface, NET_IF_RUNNING); in net_if_is_up()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst118 :c:enumerator:`NET_IF_RUNNING` flag is set on the interface indicating that the
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5451 net_if_flag_set(iface, NET_IF_RUNNING); in notify_iface_up()
5472 net_if_flag_clear(iface, NET_IF_RUNNING); in notify_iface_down()