libcoap 4.3.5-develop-19cef11
|
#include <coap_cache_internal.h>
Data Fields | |
UT_hash_handle | hh |
coap_cache_key_t * | cache_key |
coap_session_t * | session |
coap_pdu_t * | pdu |
void * | app_data |
coap_tick_t | expire_ticks |
unsigned int | idle_timeout |
coap_cache_app_data_free_callback_t | callback |
Definition at line 41 of file coap_cache_internal.h.
void* coap_cache_entry_t::app_data |
Definition at line 46 of file coap_cache_internal.h.
coap_cache_key_t* coap_cache_entry_t::cache_key |
Definition at line 43 of file coap_cache_internal.h.
coap_cache_app_data_free_callback_t coap_cache_entry_t::callback |
Definition at line 49 of file coap_cache_internal.h.
coap_tick_t coap_cache_entry_t::expire_ticks |
Definition at line 47 of file coap_cache_internal.h.
UT_hash_handle coap_cache_entry_t::hh |
Definition at line 42 of file coap_cache_internal.h.
unsigned int coap_cache_entry_t::idle_timeout |
Definition at line 48 of file coap_cache_internal.h.
coap_pdu_t* coap_cache_entry_t::pdu |
Definition at line 45 of file coap_cache_internal.h.
coap_session_t* coap_cache_entry_t::session |
Definition at line 44 of file coap_cache_internal.h.