Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CODE_CREATED (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h310 COAP_RESPONSE_CODE_CREATED = COAP_RESPONSE_CODE(201), enumerator
/third_party/libcoap/examples/
Dcoap-server.c320 COAP_RESPONSE_CODE_CREATED); in hnd_put_time()
566 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in hnd_put_example_data()
1382 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in hnd_put()
1512 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in hnd_put()
Detsi_iot_01.c220 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in hnd_post_test()
Dcoap-rd.c530 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in hnd_post_rd()
Dcoap-client.c262 ((Pdu)->hdr->code == COAP_RESPONSE_CODE_CREATED || \
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in118 COAP_RESPONSE_CODE_CREATED 2.01
Dcoap_cache.txt.in322 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED);
Dcoap_resource.txt.in394 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED);
Dcoap_pdu_setup.txt.in158 COAP_RESPONSE_CODE_CREATED 2.01
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt329 `COAP_RESPONSE_CODE_CREATED`) from the `enum coap_pdu_code_t`. Hence the