Searched refs:COAP_REQUEST_DELETE (Results 1 – 7 of 7) sorted by relevance
/net-tools-2.7.6/libcoap/include/coap/ |
D | pdu.h | 53 #define COAP_REQUEST_DELETE 4 macro
|
/net-tools-2.7.6/libcoap/examples/contiki/ |
D | server.c | 166 coap_register_handler(r, COAP_REQUEST_DELETE, hnd_delete_time); in init_coap_resources()
|
/net-tools-2.7.6/libcoap/examples/ |
D | etsi_iot_01.c | 277 coap_register_handler(r, COAP_REQUEST_DELETE, hnd_delete_resource); in hnd_post_test() 549 coap_register_handler(r, COAP_REQUEST_DELETE, hnd_delete_test); in init_resources()
|
D | coap-server.c | 305 coap_register_handler(r, COAP_REQUEST_DELETE, hnd_delete_time); in init_resources()
|
D | coap-rd.c | 469 coap_register_handler(r, COAP_REQUEST_DELETE, hnd_delete_resource); in hnd_post_rd()
|
D | client.c | 759 if (method != COAP_REQUEST_DELETE) { in set_blocksize()
|
/net-tools-2.7.6/ |
D | coap-client.c | 1491 if (method != COAP_REQUEST_DELETE) { in set_blocksize()
|