Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h76 COAP_REQUEST_PUT, /* 3 */ enumerator
303 COAP_REQUEST_CODE_PUT = COAP_REQUEST_PUT,
/third_party/libcoap/examples/lwip/
Dserver-coap.c90 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
/third_party/libcoap/examples/contiki/
Dserver.c159 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
/third_party/libcoap/man/
Dcoap_attribute.txt.in118 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time);
Dcoap_resource.txt.in289 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time);
442 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put);
Dcoap_handler.txt.in59 COAP_REQUEST_PUT
Dcoap_block.txt.in304 build_send_pdu(context, session, COAP_MESSAGE_CON, COAP_REQUEST_PUT,
/third_party/libcoap/examples/
Detsi_iot_01.c450 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_test); in init_resources()
Dcoap-server.c1565 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put); in hnd_unknown_put()
1756 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_resources()
1784 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_example_data); in init_resources()
Dcoap-rd.c476 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_resource); in hnd_post_rd()
Dcoap-client.c260 ((method == COAP_REQUEST_PUT || method == COAP_REQUEST_POST) && \
/third_party/libcoap/src/
Dresource.c346 coap_register_handler(r, COAP_REQUEST_PUT, put_handler);