Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dtest.c46 COAP_VERSION_1, type, tkl, token, in piggyback_get()
110 COAP_VERSION_1, type, tkl, token, in test_del()
157 COAP_VERSION_1, type, tkl, token, in test_put()
209 COAP_VERSION_1, type, tkl, token, in test_post()
Dcore.c31 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in core_get()
Dlocation_query.c47 COAP_VERSION_1, type, tkl, token, in location_query_post()
Dseparate.c59 COAP_VERSION_1, type, tkl, token, in separate_get()
Dquery.c62 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in query_get()
Dobserver.c44 COAP_VERSION_1, type, tkl, token, in send_notification_packet()
Dlarge.c52 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in large_get()
/Zephyr-latest/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, 0, NULL, 0, id); in send_obs_reply_ack()
502 COAP_VERSION_1, COAP_TYPE_CON, in send_obs_coap_request()
552 COAP_VERSION_1, COAP_TYPE_CON, in send_obs_reset_coap_request()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c87 COAP_VERSION_1, COAP_TYPE_CON, 0, NULL, in ZTEST()
114 COAP_VERSION_1, COAP_TYPE_NON_CON, in ZTEST()
510 r = coap_packet_init(req, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block1_request()
559 r = coap_packet_init(rsp, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block1_response()
649 r = coap_packet_init(req, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block2_request()
685 r = coap_packet_init(rsp, data, COAP_BUF_SIZE, COAP_VERSION_1, in prepare_block2_response()
786 r = coap_packet_init(&cpkt, data, COAP_BUF_SIZE, COAP_VERSION_1, in ZTEST()
805 COAP_VERSION_1, COAP_TYPE_ACK, 0, NULL, in ZTEST()
883 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in server_resource_1_get()
975 COAP_VERSION_1, COAP_TYPE_CON, in ZTEST()
[all …]
/Zephyr-latest/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_len()
668 r = coap_packet_init(response, data, data_len, COAP_VERSION_1, COAP_TYPE_ACK, in coap_well_known_core_get_len()
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst94 coap_packet_init(&response, data, sizeof(data), COAP_VERSION_1, type, tkl, token,
165 coap_packet_init(&response, data, sizeof(data), COAP_VERSION_1, type, tkl, token,
/Zephyr-latest/include/zephyr/net/
Dcoap.h90 #define COAP_VERSION_1 1U macro
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c261 COAP_VERSION_1, COAP_TYPE_CON, in send_request()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c656 r = coap_packet_init(&msg->cpkt, body_data, body_data_max_len, COAP_VERSION_1, msg->type, in lwm2m_init_message()