Home
last modified time | relevance | path

Searched refs:coap_reply (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap.h254 struct coap_reply;
351 struct coap_reply *reply,
391 struct coap_reply { struct
1095 void coap_reply_init(struct coap_reply *reply,
1142 struct coap_reply *coap_reply_next_unused(
1143 struct coap_reply *replies, size_t len);
1174 struct coap_reply *coap_response_received(
1177 struct coap_reply *replies, size_t len);
1234 void coap_reply_clear(struct coap_reply *reply);
1242 void coap_replies_clear(struct coap_reply *replies, size_t len);
Dlwm2m.h215 struct coap_reply replies[CONFIG_LWM2M_ENGINE_MAX_REPLIES + 1];
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c421 struct coap_reply *reply, in obs_notification_cb()
441 static int process_obs_coap_reply(struct coap_reply *reply) in process_obs_coap_reply()
489 static int send_obs_coap_request(struct coap_reply *reply, void *user_data) in send_obs_coap_request()
539 static int send_obs_reset_coap_request(struct coap_reply *reply) in send_obs_reset_coap_request()
587 struct coap_reply reply; in register_observer()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.h46 struct lwm2m_message *find_msg(struct coap_pending *pending, struct coap_reply *reply);
Dlwm2m_rd_client.c440 struct coap_reply *reply, in do_bootstrap_reply_cb()
496 struct coap_reply *reply, in do_registration_reply_cb()
562 struct coap_reply *reply, in do_update_reply_cb()
605 struct coap_reply *reply, in do_deregister_reply_cb()
Dlwm2m_pull_context.c220 struct coap_reply *reply, const struct sockaddr *from) in do_firmware_transfer_reply_cb()
Dlwm2m_message_handling.c510 struct lwm2m_message *find_msg(struct coap_pending *pending, struct coap_reply *reply) in find_msg()
2740 struct coap_reply *reply; in lwm2m_udp_receive()
2976 static int notify_message_reply_cb(const struct coap_packet *response, struct coap_reply *reply, in notify_message_reply_cb()
3445 static int do_send_reply_cb(const struct coap_packet *response, struct coap_reply *reply, in do_send_reply_cb()
Dlwm2m_object.h506 struct coap_reply *reply;
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.h29 struct coap_reply *);
Dstubs.c15 struct coap_reply *);
Dmain.c49 struct coap_reply *reply) in find_msg_custom_fake()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1630 struct coap_reply *coap_reply_next_unused( in coap_reply_next_unused()
1631 struct coap_reply *replies, size_t len) in coap_reply_next_unused()
1633 struct coap_reply *r; in coap_reply_next_unused()
1804 struct coap_reply *coap_response_received( in coap_response_received()
1807 struct coap_reply *replies, size_t len) in coap_response_received()
1809 struct coap_reply *r; in coap_response_received()
1854 void coap_reply_init(struct coap_reply *reply, in coap_reply_init()
1873 void coap_reply_clear(struct coap_reply *reply) in coap_reply_clear()
1878 void coap_replies_clear(struct coap_reply *replies, size_t len) in coap_replies_clear()
1880 struct coap_reply *r; in coap_replies_clear()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dmain.c182 struct coap_reply reply; in message_reply_cb_default()
186 memset(&reply, 0, sizeof(struct coap_reply)); in message_reply_cb_default()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c35 static struct coap_reply replies[NUM_REPLIES];
952 struct coap_reply *reply, in resource_reply_cb()
964 struct coap_reply *reply; in ZTEST()