Home
last modified time | relevance | path

Searched refs:coap_next_id (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.h40 DECLARE_FAKE_VALUE_FUNC(uint16_t, coap_next_id);
106 FUNC(coap_next_id) \
Dstubs.c57 DEFINE_FAKE_VALUE_FUNC(uint16_t, coap_next_id);
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c145 method, coap_next_id()); in send_simple_coap_request()
332 COAP_METHOD_GET, coap_next_id()); in send_large_coap_request()
504 COAP_METHOD_GET, coap_next_id()); in send_obs_coap_request()
554 COAP_METHOD_GET, coap_next_id()); in send_obs_reset_coap_request()
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dseparate.c60 COAP_RESPONSE_CODE_CONTENT, coap_next_id()); in separate_get()
Dobserver.c40 id = coap_next_id(); in send_notification_packet()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c513 coap_next_id()); in prepare_block1_request()
652 coap_next_id()); in prepare_block2_request()
784 id = coap_next_id(); in ZTEST()
977 COAP_METHOD_GET, coap_next_id()); in ZTEST()
1029 COAP_TYPE_CON, 0, NULL, 0xFF, coap_next_id()); in ZTEST()
1767 id = coap_next_id(); in ZTEST()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c114 msg->mid = coap_next_id(); in transfer_request()
Dlwm2m_rd_client.c744 msg->mid = coap_next_id(); in sm_send_bootstrap_registration()
886 msg->mid = coap_next_id(); in sm_send_registration()
1244 msg->mid = coap_next_id(); in sm_do_deregister()
Dlwm2m_message_handling.c324 msg->mid = coap_next_id(); in build_msg_block_for_send()
2651 msg->mid = coap_next_id(); in lwm2m_response_promote_to_con()
3155 msg->mid = coap_next_id(); in generate_notify_message()
3611 msg->mid = coap_next_id(); in lwm2m_send_cb()
/Zephyr-latest/include/zephyr/net/
Dcoap.h583 uint16_t coap_next_id(void);
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst162 id = coap_next_id();
Dcoap.rst124 COAP_METHOD_GET, coap_next_id());
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c263 coap_next_id()); in send_request()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c211 internal_req->last_id = coap_next_id(); in coap_client_init_request()
Dcoap.c2113 uint16_t coap_next_id(void) in coap_next_id() function