Searched refs:get_opt (Results 1 – 3 of 3) sorted by relevance
114 int (*get_opt)(struct conn_mgr_conn_binding *const binding, member
125 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()
250 .get_opt = test_get_opt_a,