Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dconn_mgr_connectivity.h101 #define CONN_MGR_IF_NO_TIMEOUT 0 macro
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c64 iface_binding->timeout = CONN_MGR_IF_NO_TIMEOUT; in reset_test_iface_state()
872 zassert_equal(conn_mgr_if_set_timeout(ifa1, CONN_MGR_IF_NO_TIMEOUT), 0, in ZTEST()
876 zassert_equal(conn_mgr_if_get_timeout(ifa1), CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
880 zassert_equal(ifa1_binding->timeout, CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
894 zassert_equal(conn_mgr_if_get_timeout(ifnull), CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
896 zassert_equal(conn_mgr_if_get_timeout(ifnone), CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c341 *result = CONN_MGR_IF_NO_TIMEOUT; in parse_timeout()
855 int value = CONN_MGR_IF_NO_TIMEOUT; in cmd_net_cm_timeout()
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c380 binding->timeout = CONN_MGR_IF_NO_TIMEOUT; in conn_mgr_conn_init()