Searched refs:COAP_REQUEST_PUT (Results 1 – 12 of 12) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 76 COAP_REQUEST_PUT, /* 3 */ enumerator 303 COAP_REQUEST_CODE_PUT = COAP_REQUEST_PUT,
|
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 90 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
|
/third_party/libcoap/examples/contiki/ |
D | server.c | 159 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); in init_coap_resources()
|
/third_party/libcoap/man/ |
D | coap_attribute.txt.in | 118 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time);
|
D | coap_resource.txt.in | 289 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_time); 442 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put);
|
D | coap_handler.txt.in | 59 COAP_REQUEST_PUT
|
D | coap_block.txt.in | 304 build_send_pdu(context, session, COAP_MESSAGE_CON, COAP_REQUEST_PUT,
|
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 450 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_test); in init_resources()
|
D | coap-server.c | 1565 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()
|
D | coap-rd.c | 476 coap_register_handler(r, COAP_REQUEST_PUT, hnd_put_resource); in hnd_post_rd()
|
D | coap-client.c | 260 ((method == COAP_REQUEST_PUT || method == COAP_REQUEST_POST) && \
|
/third_party/libcoap/src/ |
D | resource.c | 346 coap_register_handler(r, COAP_REQUEST_PUT, put_handler);
|