Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c96 bool conn_mgr_if_is_bound(struct net_if *iface) in conn_mgr_if_is_bound() function
249 if (!conn_mgr_if_is_bound(iface)) { in conn_mgr_conn_handle_iface_admin_up()
284 if (!conn_mgr_if_is_bound(iface)) { in conn_mgr_conn_if_auto_admin_down()
305 if (!conn_mgr_if_is_bound(iface)) { in conn_mgr_conn_handle_iface_down()
457 if (!conn_mgr_if_is_bound(iface)) { in conn_mgr_conn_all_if_cb()
465 if (!conn_mgr_if_is_bound(iface)) { in conn_mgr_conn_all_if_cb()
/Zephyr-latest/include/zephyr/net/
Dconn_mgr_connectivity.h145 bool conn_mgr_if_is_bound(struct net_if *iface);
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c400 bound = conn_mgr_if_is_bound(iface); in cm_iface_status()
614 if (!conn_mgr_if_is_bound(target.iface)) { in cmd_net_cm_connect()
666 if (!conn_mgr_if_is_bound(target.iface)) { in cmd_net_cm_disconnect()
829 if (!conn_mgr_if_is_bound(target.iface)) { in cmd_net_cm_flag()
897 if (!conn_mgr_if_is_bound(target.iface)) { in cmd_net_cm_timeout()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c470 zassert_false(conn_mgr_if_is_bound(ifnull)); in ZTEST()
471 zassert_false(conn_mgr_if_is_bound(ifnone)); in ZTEST()
614 zassert_true(conn_mgr_if_is_bound(ifa1)); in ZTEST()
615 zassert_true(conn_mgr_if_is_bound(ifa2)); in ZTEST()
616 zassert_true(conn_mgr_if_is_bound(ifb)); in ZTEST()
617 zassert_false(conn_mgr_if_is_bound(ifnull)); in ZTEST()
618 zassert_false(conn_mgr_if_is_bound(ifnone)); in ZTEST()