Searched refs:lwm2m_ctx (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.h | 83 int lwm2m_engine_context_close(struct lwm2m_ctx *client_ctx); 84 void lwm2m_engine_context_init(struct lwm2m_ctx *client_ctx); 91 struct lwm2m_message *lwm2m_get_message(struct lwm2m_ctx *client_ctx); 95 int lwm2m_send_empty_ack(struct lwm2m_ctx *client_ctx, uint16_t mid); 144 int lwm2m_socket_add(struct lwm2m_ctx *ctx); 145 void lwm2m_socket_del(struct lwm2m_ctx *ctx); 146 int lwm2m_socket_start(struct lwm2m_ctx *client_ctx);
|
D | lwm2m_obj_firmware_pull.c | 31 static struct lwm2m_ctx firmware_ctx = { 467 (void)memset(&firmware_ctx, 0, sizeof(struct lwm2m_ctx)); in lwm2m_firmware_start_transfer()
|
D | lwm2m_engine.c | 120 static struct lwm2m_ctx *sock_ctx[MAX_POLL_FD]; 527 static int engine_remove_observer(struct lwm2m_ctx *ctx, const uint8_t *token, uint8_t tkl) in engine_remove_observer() 580 static int engine_remove_observer_by_path(struct lwm2m_ctx *ctx, in engine_remove_observer_by_path() 877 struct lwm2m_message *lwm2m_get_message(struct lwm2m_ctx *client_ctx) in lwm2m_get_message() 1029 int lwm2m_send_empty_ack(struct lwm2m_ctx *client_ctx, uint16_t mid) in lwm2m_send_empty_ack() 1058 void lwm2m_acknowledge(struct lwm2m_ctx *client_ctx) in lwm2m_acknowledge() 3984 static void lwm2m_udp_receive(struct lwm2m_ctx *client_ctx, in lwm2m_udp_receive() 4113 static int32_t retransmit_request(struct lwm2m_ctx *client_ctx, in retransmit_request() 4165 struct lwm2m_ctx *client_ctx = msg->ctx; in notify_message_timeout_cb() 4208 static int generate_notify_message(struct lwm2m_ctx *ctx, in generate_notify_message() [all …]
|
D | lwm2m_rd_client.c | 103 struct lwm2m_ctx *ctx; 1054 void lwm2m_rd_client_start(struct lwm2m_ctx *client_ctx, const char *ep_name, in lwm2m_rd_client_start() 1082 void lwm2m_rd_client_stop(struct lwm2m_ctx *client_ctx, in lwm2m_rd_client_stop()
|
D | lwm2m_object.h | 447 struct lwm2m_ctx *ctx;
|
/Zephyr-Core-2.7.6/include/net/ |
D | lwm2m.h | 74 struct lwm2m_ctx { struct 100 int (*load_credentials)(struct lwm2m_ctx *client_ctx); argument 916 int lwm2m_engine_start(struct lwm2m_ctx *client_ctx); 929 void lwm2m_acknowledge(struct lwm2m_ctx *client_ctx); 967 typedef void (*lwm2m_ctx_event_cb_t)(struct lwm2m_ctx *ctx, 985 void lwm2m_rd_client_start(struct lwm2m_ctx *client_ctx, const char *ep_name, 999 void lwm2m_rd_client_stop(struct lwm2m_ctx *client_ctx,
|
/Zephyr-Core-2.7.6/samples/net/lwm2m_client/src/ |
D | lwm2m-client.c | 79 static struct lwm2m_ctx client; 397 static void rd_client_event(struct lwm2m_ctx *client, in rd_client_event()
|
/Zephyr-Core-2.7.6/doc/reference/networking/ |
D | lwm2m.rst | 250 :c:struct:`lwm2m_ctx` structure: 255 static struct lwm2m_ctx client; 275 static void rd_client_event(struct lwm2m_ctx *client,
|