Searched refs:COAP_REQUEST_PUT (Results 1 – 13 of 13) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 81 COAP_REQUEST_PUT, /* 3 */ enumerator 327 COAP_REQUEST_CODE_PUT = COAP_REQUEST_PUT,
|
/third_party/libcoap/examples/contiki/ |
D | server.c | 134 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
|
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 94 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
D | server-coap.c | 99 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
|
/third_party/libcoap/man/ |
D | coap_attribute.txt.in | 149 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_time);
|
D | coap_resource.txt.in | 403 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_time); 555 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put);
|
D | coap_handler.txt.in | 68 COAP_REQUEST_PUT
|
D | coap_block.txt.in | 430 build_send_pdu(context, session, COAP_MESSAGE_CON, COAP_REQUEST_PUT,
|
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 450 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_test); in init_resources()
|
D | oscore-interop-server.c | 316 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_hello_7); in init_resources()
|
D | coap-rd.c | 459 coap_register_request_handler(r, COAP_REQUEST_PUT, hnd_put_resource); in hnd_post_rd()
|
D | coap-server.c | 1541 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/ |
D | coap_resource.c | 313 coap_register_handler(r, COAP_REQUEST_PUT, put_handler);
|