Searched refs:coap_async_t (Results 1 - 8 of 8) sorted by relevance
/third_party/libcoap/src/ |
H A D | coap_async.c | 38 coap_async_t * 41 coap_async_t *s; in coap_register_async() 70 s = (coap_async_t *)coap_malloc_type(COAP_STRING, sizeof(coap_async_t)); in coap_register_async() 76 memset(s, 0, sizeof(coap_async_t)); in coap_register_async() 100 coap_async_trigger(coap_async_t *async) { in coap_async_trigger() 113 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() 136 coap_async_t * 138 coap_async_t *tmp; in coap_find_async() 148 coap_free_async_sub(coap_context_t *context, coap_async_t * [all...] |
H A D | coap_net.c | 2786 coap_async_t *async; in handle_request() 3974 coap_async_t *async, *tmp; in coap_check_async()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_async.h | 27 * A coap_context_t object holds a list of coap_async_t objects that can 39 * Allocates a new coap_async_t object and fills its fields according to 41 * coap_async_t object or @c NULL on error. Note that this function will 53 * @return A pointer to the registered coap_async_t object or @c 56 coap_async_t *coap_register_async(coap_session_t *session, 70 void coap_async_set_delay(coap_async_t *async, coap_tick_t delay); 80 void coap_async_trigger(coap_async_t *async); 89 void coap_free_async(coap_session_t *session, coap_async_t *async); 102 coap_async_t *coap_find_async(coap_session_t *session, coap_bin_const_t token); 111 void coap_async_set_app_data(coap_async_t *asyn [all...] |
H A D | coap_async_internal.h | 31 * A coap_context_t object holds a list of coap_async_t objects that can be 35 struct coap_async_t { struct 36 struct coap_async_t *next; /**< internally used for linking */
|
H A D | coap_forward_decls.h | 43 typedef struct coap_async_t coap_async_t; typedef
|
H A D | coap_net_internal.h | 66 coap_async_t *async_state;
|
/third_party/libcoap/examples/ |
H A D | etsi_iot_01.c | 350 coap_async_t *async; in hnd_get_separate()
|
H A D | coap-server.c | 404 coap_async_t *async; in hnd_get_async()
|
Completed in 15 milliseconds