Home
last modified time | relevance | path

Searched refs:coap_tid_t (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dnet.h47 coap_tid_t id; /**< CoAP transaction id */
103 const coap_tid_t id);
118 const coap_tid_t id);
131 const coap_tid_t id);
144 const coap_tid_t id);
489 coap_tid_t coap_send_error(coap_session_t *session,
505 coap_tid_t
519 coap_tid_t coap_send_ack(coap_session_t *session, coap_pdu_t *request);
532 COAP_STATIC_INLINE coap_tid_t
555 coap_tid_t coap_send_error_lwi
[all...]
H A Dasync.h47 coap_tid_t id; /**< transaction id */
108 coap_tid_t id,
134 coap_async_state_t *coap_find_async(coap_context_t *context, coap_session_t *session, coap_tid_t id);
H A Dcoap_session.h90 coap_tid_t last_ping_mid; /**< the last keepalive message id that was used in this session */
500 coap_tid_t coap_session_send_ping(coap_session_t *session);
H A Dpdu.h234 * coap_tid_t is used to store CoAP transaction id, i.e. a hash value
238 typedef int coap_tid_t; typedef

Completed in 3 milliseconds