/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | test.c | 46 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()
|
D | core.c | 31 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in core_get()
|
D | location_query.c | 47 COAP_VERSION_1, type, tkl, token, in location_query_post()
|
D | separate.c | 59 COAP_VERSION_1, type, tkl, token, in separate_get()
|
D | query.c | 62 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in query_get()
|
D | observer.c | 44 COAP_VERSION_1, type, tkl, token, in send_notification_packet()
|
D | large.c | 52 COAP_VERSION_1, COAP_TYPE_ACK, tkl, token, in large_get()
|
/Zephyr-latest/samples/net/sockets/coap_client/src/ |
D | coap-client.c | 143 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/ |
D | main.c | 87 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/ |
D | coap_link_format.c | 484 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/ |
D | coap_server.rst | 94 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/ |
D | coap.h | 90 #define COAP_VERSION_1 1U macro
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 261 COAP_VERSION_1, COAP_TYPE_CON, in send_request()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 656 r = coap_packet_init(&msg->cpkt, body_data, body_data_max_len, COAP_VERSION_1, msg->type, in lwm2m_init_message()
|