Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dconn_mgr_connectivity_impl.h96 int (*set_opt)(struct conn_mgr_conn_binding *const binding, member
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c155 if (!api->set_opt) { in conn_mgr_if_set_opt()
161 status = api->set_opt(binding, optname, optval, optlen); in conn_mgr_if_set_opt()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c251 .set_opt = test_set_opt_a