Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dresource.h41 typedef void (*coap_method_handler_t) typedef
77 coap_method_handler_t handler[4];
250 coap_method_handler_t handler) { in coap_register_handler()
252 …assert(method > 0 && (size_t)(method-1) < sizeof(resource->handler)/sizeof(coap_method_handler_t)); in coap_register_handler()
/net-tools-latest/libcoap/
DChangeLog215 * resource.h: (coap_method_handler_t): new API for method handlers.
/net-tools-latest/libcoap/src/
Dresource.c609 coap_method_handler_t h;
Dnet.c1356 coap_method_handler_t h = NULL; in handle_request()
1410 sizeof(resource->handler)/sizeof(coap_method_handler_t)) in handle_request()