Home
last modified time | relevance | path

Searched refs:net_if_oper_state_set (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_if.h874 static inline enum net_if_oper_state net_if_oper_state_set( in net_if_oper_state_set() function
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5551 if (net_if_oper_state_set(iface, new_state) != new_state) { in update_operational_state()