Home
last modified time | relevance | path

Searched refs:lwm2m_block_context (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_object.h440 struct lwm2m_block_context { struct
470 struct lwm2m_block_context *block_ctx;
Dlwm2m_message_handling.c86 static struct lwm2m_block_context block1_contexts[NUM_BLOCK1_CONTEXT];
125 static int init_block_ctx(const struct lwm2m_obj_path *path, struct lwm2m_block_context **ctx) in init_block_ctx()
173 static int get_block_ctx(const struct lwm2m_obj_path *path, struct lwm2m_block_context **ctx) in get_block_ctx()
204 static void free_block_ctx(struct lwm2m_block_context *ctx) in free_block_ctx()
2078 struct lwm2m_block_context *block_ctx = NULL; in parse_write_op()