Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst106 :c:enumerator:`NET_IF_OPER_LOWERLAYERDOWN` if the interface is stacked
/Zephyr-latest/tests/net/virtual/src/
Dmain.c624 zassert_equal(net_if_oper_state(iface), NET_IF_OPER_LOWERLAYERDOWN, in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h294 NET_IF_OPER_LOWERLAYERDOWN, /**< Lower layer interface is down */ enumerator
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5495 case NET_IF_OPER_LOWERLAYERDOWN: in net_if_oper_state2str()
5526 new_state = NET_IF_OPER_LOWERLAYERDOWN; in update_operational_state()
5533 new_state = NET_IF_OPER_LOWERLAYERDOWN; in update_operational_state()