Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/coap_download/src/
Dmain.c39 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/
Dcore.c32 COAP_RESPONSE_CODE_CONTENT, id); in core_get()
Dseparate.c60 COAP_RESPONSE_CODE_CONTENT, coap_next_id()); in separate_get()
Dquery.c63 COAP_RESPONSE_CODE_CONTENT, id); in query_get()
Dobserver.c45 COAP_RESPONSE_CODE_CONTENT, id); in send_notification_packet()
Dtest.c47 COAP_RESPONSE_CODE_CONTENT, id); in piggyback_get()
Dlarge.c53 COAP_RESPONSE_CODE_CONTENT, id); in large_get()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c485 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()
Dcoap.c1031 case COAP_RESPONSE_CODE_CONTENT: in coap_header_get_code()
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst95 COAP_RESPONSE_CODE_CONTENT, id);
166 COAP_RESPONSE_CODE_CONTENT, id);
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c252 if (resp_code != COAP_RESPONSE_CODE_CONTENT) { in do_firmware_transfer_reply_cb()
Dlwm2m_message_handling.c2444 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/
Dcoap.h154 COAP_RESPONSE_CODE_CONTENT = COAP_MAKE_RESPONSE_CODE(2, 5), enumerator
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c687 COAP_RESPONSE_CODE_CONTENT, id); in prepare_block2_response()