Searched refs:coap_next_id (Results 1 – 15 of 15) sorted by relevance
| /Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
| D | stubs.h | 40 DECLARE_FAKE_VALUE_FUNC(uint16_t, coap_next_id); 106 FUNC(coap_next_id) \
|
| D | stubs.c | 57 DEFINE_FAKE_VALUE_FUNC(uint16_t, coap_next_id);
|
| /Zephyr-latest/samples/net/sockets/coap_client/src/ |
| D | coap-client.c | 145 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/ |
| D | separate.c | 60 COAP_RESPONSE_CODE_CONTENT, coap_next_id()); in separate_get()
|
| D | observer.c | 40 id = coap_next_id(); in send_notification_packet()
|
| /Zephyr-latest/tests/net/lib/coap/src/ |
| D | main.c | 513 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/ |
| D | lwm2m_pull_context.c | 114 msg->mid = coap_next_id(); in transfer_request()
|
| D | lwm2m_rd_client.c | 744 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()
|
| D | lwm2m_message_handling.c | 324 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/ |
| D | coap.h | 583 uint16_t coap_next_id(void);
|
| /Zephyr-latest/doc/connectivity/networking/api/ |
| D | coap_server.rst | 162 id = coap_next_id();
|
| D | coap.rst | 124 COAP_METHOD_GET, coap_next_id());
|
| /Zephyr-latest/subsys/mgmt/updatehub/ |
| D | updatehub.c | 263 coap_next_id()); in send_request()
|
| /Zephyr-latest/subsys/net/lib/coap/ |
| D | coap_client.c | 211 internal_req->last_id = coap_next_id(); in coap_client_init_request()
|
| D | coap.c | 2113 uint16_t coap_next_id(void) in coap_next_id() function
|