Home
last modified time | relevance | path

Searched refs:COAP_VERSION_1 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-2.7.6/samples/net/sockets/coap_client/src/
Dcoap-client.c143 COAP_VERSION_1, COAP_TYPE_CON, in send_simple_coap_request()
330 COAP_VERSION_1, COAP_TYPE_CON, in send_large_coap_request()
403 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, 0, id); in send_obs_reply_ack()
488 COAP_VERSION_1, COAP_TYPE_CON, in send_obs_coap_request()
534 COAP_VERSION_1, COAP_TYPE_RESET, in send_obs_reset_coap_request()
/Zephyr-Core-2.7.6/samples/net/sockets/coap_server/src/
Dcoap-server.c243 COAP_VERSION_1, type, tkl, token, in piggyback_get()
315 COAP_VERSION_1, type, tkl, token, in test_del()
370 COAP_VERSION_1, type, tkl, token, in test_put()
430 COAP_VERSION_1, type, tkl, token, in test_post()
506 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in query_get()
582 COAP_VERSION_1, type, tkl, token, in location_query_post()
638 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, 0, id); in separate_get()
656 COAP_VERSION_1, type, tkl, token, in separate_get()
736 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in large_get()
852 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in large_update_put()
[all …]
/Zephyr-Core-2.7.6/tests/net/lib/coap/src/
Dmain.c74 COAP_VERSION_1, COAP_TYPE_CON, 0, NULL, in test_build_empty_pdu()
101 COAP_VERSION_1, COAP_TYPE_NON_CON, in test_build_simple_pdu()
463 r = coap_packet_init(req, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block1_request()
508 r = coap_packet_init(rsp, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block1_response()
595 r = coap_packet_init(req, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block2_request()
629 r = coap_packet_init(rsp, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block2_response()
725 r = coap_packet_init(&cpkt, data, COAP_BUF_SIZE, COAP_VERSION_1, in test_retransmit_second_round()
744 COAP_VERSION_1, COAP_TYPE_ACK, 0, NULL, in test_retransmit_second_round()
814 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in server_resource_1_get()
906 COAP_VERSION_1, COAP_TYPE_CON, in test_observer_client()
/Zephyr-Core-2.7.6/subsys/net/lib/coap/
Dcoap_link_format.c484 r = coap_packet_init(response, data, len, COAP_VERSION_1, COAP_TYPE_ACK, in coap_well_known_core_get()
664 r = coap_packet_init(response, data, len, COAP_VERSION_1, COAP_TYPE_ACK, in coap_well_known_core_get()
/Zephyr-Core-2.7.6/include/net/
Dcoap.h80 #define COAP_VERSION_1 1U macro
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/
Dupdatehub.c267 COAP_VERSION_1, COAP_TYPE_CON, in send_request()
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/
Dlwm2m_engine.c934 COAP_VERSION_1, msg->type, tokenlen, token, in lwm2m_init_message()