Lines Matching refs:struct
24 …stance of the :c:struct:`conn_mgr_conn_impl` struct, which then stores a reference to the passed i…
29 …y will be translated to the corresponding implementation functions in :c:struct:`conn_mgr_conn_api…
31 Binding an iface does not directly modify its :c:struct:`iface struct <net_if>`.
33 Instead, an instance of :c:struct:`conn_mgr_conn_binding` is created and appended an internal :ref:…
74 int my_connect_impl(struct conn_mgr_conn_binding *const binding) {
77 int my_disconnect_impl(struct conn_mgr_conn_binding *const binding) {
80 void my_init_impl(struct conn_mgr_conn_binding *const binding) {
84 /* Declare the API struct */
85 static struct conn_mgr_conn_api my_impl_api = {
125 #define MY_CONNECTIVITY_IMPL_CTX_TYPE struct my_context_type *
141 #define MY_CONNECTIVITY_IMPL_CTX_TYPE struct my_context_type *
203 Each :c:struct:`implementation API function <conn_mgr_conn_api>` you implement should behave as-des…
333 …inter <conn_mgr_conn_binding.iface>` provided by the relevant :c:struct:`binding struct <conn_mgr_…