Home
last modified time | relevance | path

Searched refs:coap_resource_unknown_init2 (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_resource.h233 coap_resource_t *coap_resource_unknown_init2(coap_method_handler_t put_handler,
/third_party/libcoap/src/
H A Dcoap_resource.c303 coap_resource_unknown_init2(coap_method_handler_t put_handler, int flags) { function
323 return coap_resource_unknown_init2(put_handler, 0);
/third_party/libcoap/examples/
H A Dcoap-server.c1776 r = coap_resource_unknown_init2(hnd_put_post_unknown, 0); in init_resources()

Completed in 10 milliseconds