Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h81 COAP_REQUEST_PUT, /* 3 */ enumerator
327 COAP_REQUEST_CODE_PUT = COAP_REQUEST_PUT,
/third_party/libcoap/examples/contiki/
Dserver.c134 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
/third_party/libcoap/examples/lwip/
Dserver-coap.c94 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c99 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
/third_party/libcoap/man/
Dcoap_attribute.txt.in149 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_time);
Dcoap_resource.txt.in403 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_time);
555 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put);
Dcoap_handler.txt.in68 COAP_REQUEST_PUT
Dcoap_block.txt.in430 build_send_pdu(context, session, COAP_MESSAGE_CON, COAP_REQUEST_PUT,
/third_party/libcoap/examples/
Detsi_iot_01.c450 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_test); in init_resources()
Doscore-interop-server.c316 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_hello_7); in init_resources()
Dcoap-rd.c459 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_resource); in hnd_post_rd()
Dcoap-server.c1541 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_post); in hnd_put_post_unknown()
1762 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_resources()
1795 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_example_data); in init_resources()
/third_party/libcoap/src/
Dcoap_resource.c313 coap_register_handler(r, COAP_REQUEST_PUT, put_handler);