Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h78 COAP_REQUEST_FETCH, /* 5 RFC 8132 */ enumerator
305 COAP_REQUEST_CODE_FETCH = COAP_REQUEST_FETCH,
/third_party/libcoap/man/
Dcoap_handler.txt.in61 COAP_REQUEST_FETCH
/third_party/libcoap/examples/
Dcoap-client.c757 if (method == COAP_REQUEST_GET || method == COAP_REQUEST_FETCH) { in set_blocksize()
Dcoap-server.c1755 coap_register_handler(r, COAP_REQUEST_FETCH, hnd_get_fetch_time); in init_resources()