Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dconn_mgr_connectivity_impl.h114 int (*get_opt)(struct conn_mgr_conn_binding *const binding, member
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c125 if (!api->get_opt) { in conn_mgr_if_get_opt()
132 status = api->get_opt(binding, optname, optval, optlen); in conn_mgr_if_get_opt()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c250 .get_opt = test_get_opt_a,