Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h31 struct coap_queue_t { struct
32 struct coap_queue_t *next; argument
33 coap_tick_t t; /**< when to send PDU for the next time */
34 unsigned char retransmit_cnt; /**< retransmission counter, will be removed
36 unsigned int timeout; /**< the randomized timeout value */
37 coap_session_t *session; /**< the CoAP session */
38 coap_mid_t id; /**< CoAP message id */
39 coap_pdu_t *pdu; /**< the CoAP PDU to send */
Dcoap_forward_decls.h74 typedef struct coap_queue_t coap_queue_t; typedef