Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dconn_mgr_monitor.h92 void conn_mgr_watch_l2(const struct net_l2 *l2);
104 #define conn_mgr_watch_l2(...)
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c385 void conn_mgr_watch_l2(const struct net_l2 *l2) in conn_mgr_watch_l2() function
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c1178 conn_mgr_watch_l2(&NET_L2_GET_NAME(DUMMY)); in ZTEST()