Searched refs:coap_response_handler_t (Results 1 – 5 of 5) sorted by relevance
54 typedef coap_response_t (*coap_response_handler_t)(coap_session_t *session, typedef103 coap_response_handler_t handler);
84 coap_response_handler_t response_handler;
30 coap_response_handler_t _handler_)*;100 typedef coap_response_t (*coap_response_handler_t)(coap_session_t *session,
68 The definition of `coap_response_handler_t` has been updated, so all the
3252 coap_response_handler_t handler) { in coap_register_response_handler()