Searched refs:set_socketoptions (Results 1 – 6 of 6) sorted by relevance
62 int set_socketoptions(struct lwm2m_ctx *ctx) in set_socketoptions() function248 client.set_socketoptions = set_socketoptions; in main()
263 lwm2m_set_sockopt_cb_t set_socketoptions; member
459 context.firmware_ctx.set_socketoptions = set_sockopt_cb; in lwm2m_pull_context_set_sockopt_callback()
1196 if (client_ctx->set_socketoptions) { in lwm2m_socket_start()1197 ret = client_ctx->set_socketoptions(client_ctx); in lwm2m_socket_start()
420 …rwrite the :c:func:`lwm2m_ctx.load_credentials` or :c:func:`lwm2m_ctx.set_socketoptions` callbacks.
1122 dedicated callback function (``set_socketoptions``).