Home
last modified time | relevance | path

Searched refs:COAP_METHOD_GET (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c161 case COAP_METHOD_GET: in send_simple_coap_request()
206 r = send_simple_coap_request(COAP_METHOD_GET); in send_simple_coap_msgs_and_wait_for_reply()
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_download/src/
Dmain.c56 struct coap_client_request request = {.method = COAP_METHOD_GET, in do_coap_download()
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_client.rst32 req.method = COAP_METHOD_GET;
98 req.method = COAP_METHOD_GET;
Dcoap.rst124 COAP_METHOD_GET, coap_next_id());
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c88 COAP_METHOD_GET, 0); in ZTEST()
176 zassert_equal(code, COAP_METHOD_GET, in ZTEST()
212 zassert_equal(code, COAP_METHOD_GET, in ZTEST()
651 token, COAP_METHOD_GET, in prepare_block2_request()
788 COAP_METHOD_GET, id); in ZTEST()
806 COAP_METHOD_GET, id); in ZTEST()
977 COAP_METHOD_GET, coap_next_id()); in ZTEST()
1645 COAP_METHOD_GET, 0x1234); in assert_coap_packet_set_path_query_options()
1771 COAP_METHOD_GET, id); in ZTEST()
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c50 .method = COAP_METHOD_GET,
60 .method = COAP_METHOD_GET,
791 .method = COAP_METHOD_GET, in ZTEST()
892 .method = COAP_METHOD_GET, in ZTEST()
910 .method = COAP_METHOD_GET, in ZTEST()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c113 msg->code = COAP_METHOD_GET; in transfer_request()
Dlwm2m_message_handling.c2230 case COAP_METHOD_GET: in lwm2m_engine_path_included()
2430 case COAP_METHOD_GET: in handle_request()
2529 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_GET) { in handle_request()
2547 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_GET) { in handle_request()
2781 if ((msg->code >= COAP_METHOD_GET) && (msg->code <= COAP_METHOD_DELETE) && in lwm2m_udp_receive()
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c270 case COAP_METHOD_GET: in send_request()
556 if (send_request(COAP_TYPE_CON, COAP_METHOD_GET, in install_update()
/Zephyr-latest/include/zephyr/net/
Dcoap.h77 COAP_METHOD_GET = 1, /**< GET */ enumerator
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c171 msg->code = COAP_METHOD_GET; in ZTEST_F()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c201 coap_header_get_code(&request) == COAP_METHOD_GET && in coap_server_process()
Dcoap.c1017 case COAP_METHOD_GET: in coap_header_get_code()
1139 case COAP_METHOD_GET: in method_from_code()