Searched refs:set_socketoptions (Results 1 – 5 of 5) sorted by relevance
63 int set_socketoptions(struct lwm2m_ctx *ctx) in set_socketoptions() function249 client.set_socketoptions = set_socketoptions; in main()
217 int (*set_socketoptions)(struct lwm2m_ctx *client_ctx); member
1165 if (client_ctx->set_socketoptions) { in lwm2m_socket_start()1166 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``).