Searched refs:coap_method_handler_t (Results 1 – 4 of 4) sorted by relevance
41 typedef void (*coap_method_handler_t) typedef77 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()
215 * resource.h: (coap_method_handler_t): new API for method handlers.
609 coap_method_handler_t h;
1356 coap_method_handler_t h = NULL; in handle_request()1410 sizeof(resource->handler)/sizeof(coap_method_handler_t)) in handle_request()