Home
last modified time | relevance | path

Searched defs:coap_async_t (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_async_internal.h35 struct coap_async_t { struct
36 struct coap_async_t *next; /**< internally used for linking */ argument
37 coap_tick_t delay; /**< When to delay to before triggering the response
39 coap_session_t *session; /**< transaction session */
40 coap_pdu_t *pdu; /**< copy of request pdu */
41 void *appdata; /**< User definable data pointer */
Dcoap_forward_decls.h43 typedef struct coap_async_t coap_async_t; typedef