Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h52 #define COAP_REQUEST_PUT 3 macro
/net-tools-3.4.0/libcoap/examples/contiki/
Dserver.c165 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
/net-tools-3.4.0/libcoap/examples/
Dcoap-server.c304 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_resources()
Detsi_iot_01.c548 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_test); in init_resources()
Dcoap-rd.c468 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_resource); in hnd_post_rd()
Dclient.c303 ((method == COAP_REQUEST_PUT || method == COAP_REQUEST_POST) && \