Home
last modified time | relevance | path

Searched refs:COAP_REQUEST_FETCH (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h83 COAP_REQUEST_FETCH, /* 5 RFC 8132 */ enumerator
329 COAP_REQUEST_CODE_FETCH = COAP_REQUEST_FETCH,
/third_party/libcoap/examples/
Dcoap-server.c1544 coap_register_request_handler(r, COAP_REQUEST_FETCH, hnd_get); in hnd_put_post_unknown()
1761 coap_register_request_handler(r, COAP_REQUEST_FETCH, hnd_get_fetch_time); in init_resources()
1796 coap_register_request_handler(r, COAP_REQUEST_FETCH, hnd_get_example_data); in init_resources()
Dcoap-client.c911 if (method == COAP_REQUEST_GET || method == COAP_REQUEST_FETCH) { in set_blocksize()
/third_party/libcoap/man/
Dcoap_handler.txt.in70 COAP_REQUEST_FETCH