Searched refs:COAP_RESPONSE_CODE_CONTENT (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/net/sockets/coap_download/src/ |
D | main.c | 39 if ((COAP_RESPONSE_CODE_CONTENT == result_code) && last_block) { in on_coap_response() 46 } else if (COAP_RESPONSE_CODE_CONTENT != result_code) { in on_coap_response()
|
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | core.c | 32 COAP_RESPONSE_CODE_CONTENT, id); in core_get()
|
D | separate.c | 60 COAP_RESPONSE_CODE_CONTENT, coap_next_id()); in separate_get()
|
D | query.c | 63 COAP_RESPONSE_CODE_CONTENT, id); in query_get()
|
D | observer.c | 45 COAP_RESPONSE_CODE_CONTENT, id); in send_notification_packet()
|
D | test.c | 47 COAP_RESPONSE_CODE_CONTENT, id); in piggyback_get()
|
D | large.c | 53 COAP_RESPONSE_CODE_CONTENT, id); in large_get()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_link_format.c | 485 tkl, token, COAP_RESPONSE_CODE_CONTENT, id); in coap_well_known_core_get_len() 669 tkl, token, COAP_RESPONSE_CODE_CONTENT, id); in coap_well_known_core_get_len()
|
D | coap.c | 1031 case COAP_RESPONSE_CODE_CONTENT: in coap_header_get_code()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_server.rst | 95 COAP_RESPONSE_CODE_CONTENT, id); 166 COAP_RESPONSE_CODE_CONTENT, id);
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_pull_context.c | 252 if (resp_code != COAP_RESPONSE_CODE_CONTENT) { in do_firmware_transfer_reply_cb()
|
D | lwm2m_message_handling.c | 2444 msg->code = COAP_RESPONSE_CODE_CONTENT; in handle_request() 2451 msg->code = COAP_RESPONSE_CODE_CONTENT; in handle_request() 3134 msg->code = COAP_RESPONSE_CODE_CONTENT; in generate_notify_message()
|
/Zephyr-latest/include/zephyr/net/ |
D | coap.h | 154 COAP_RESPONSE_CODE_CONTENT = COAP_MAKE_RESPONSE_CODE(2, 5), enumerator
|
/Zephyr-latest/tests/net/lib/coap/src/ |
D | main.c | 687 COAP_RESPONSE_CODE_CONTENT, id); in prepare_block2_response()
|