Home
last modified time | relevance | path

Searched defs:coap_queue_t (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dnet.h40 typedef struct coap_queue_t { struct
41 struct coap_queue_t *next; argument
49 } coap_queue_t; argument
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_net_internal.h34 struct coap_queue_t { struct
35 struct coap_queue_t *next; argument
36 coap_tick_t t; /**< when to send PDU for the next time */
37 unsigned char retransmit_cnt; /**< retransmission counter, will be removed
39 uint8_t is_mcast; /**< Set if this is a queued mcast response */
40 unsigned int timeout; /**< the randomized timeout value */
41 coap_session_t *session; /**< the CoAP session */
42 coap_mid_t id; /**< CoAP message id */
43 coap_pdu_t *pdu; /**< the CoAP PDU to send */
Dcoap_forward_decls.h76 typedef struct coap_queue_t coap_queue_t; typedef