Searched refs:COAP_REQUEST_PUT (Results 1 – 6 of 6) sorted by relevance
52 #define COAP_REQUEST_PUT 3 macro
165 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
304 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_resources()
548 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_test); in init_resources()
468 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_resource); in hnd_post_rd()
303 ((method == COAP_REQUEST_PUT || method == COAP_REQUEST_POST) && \