Home
last modified time | relevance | path

Searched refs:coap_pdu_t (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dpdu.h287 typedef struct coap_pdu_t { struct
310 } coap_pdu_t; typedef
336 coap_pdu_t *coap_pdu_from_pbuf(struct pbuf *pbuf, coap_pdu_t *recv_pdu);
358 * node coap_pdu_t object on success, or @c NULL on error. The storage allocated
369 coap_pdu_t *
381 int coap_pdu_resize(coap_pdu_t *pdu, size_t new_size);
387 * pointer to a coap_pdu_t object created e.g. by coap_pdu_init().
389 void coap_pdu_clear(coap_pdu_t *pdu, size_t size);
394 coap_pdu_t *coap_new_pd
[all...]
H A Dnet.h48 coap_pdu_t *pdu; /**< the CoAP PDU to send */
101 coap_pdu_t *sent,
102 coap_pdu_t *received,
116 coap_pdu_t *sent,
130 coap_pdu_t *received,
143 coap_pdu_t *received,
470 coap_pdu_t *coap_new_error_response(coap_pdu_t *request,
490 coap_pdu_t *request,
506 coap_send_message_type(coap_session_t *session, coap_pdu_t *reques
[all...]
H A Dblock.h96 int coap_get_block(coap_pdu_t *pdu, uint16_t type, coap_block_t *block);
120 coap_pdu_t *pdu,
135 int coap_add_block(coap_pdu_t *pdu,
163 coap_pdu_t *request,
164 coap_pdu_t *response,
H A Duri.h16 struct coap_pdu_t;
136 coap_string_t *coap_get_query(const struct coap_pdu_t *request);
143 coap_string_t *coap_get_uri_path(const struct coap_pdu_t *request);
H A Doption.h262 coap_opt_iterator_t *coap_option_iterator_init(const coap_pdu_t *pdu,
297 coap_opt_t *coap_check_option(coap_pdu_t *pdu,
397 * coap_pdu_t *pdu = coap_new_pdu(session);
437 int coap_add_optlist_pdu(coap_pdu_t *pdu, coap_optlist_t** optlist_chain);
H A Dcoap_session.h95 coap_pdu_t *partial_pdu; /**< incomplete incoming pdu */
303 ssize_t coap_session_send_pdu(coap_session_t *session, coap_pdu_t *pdu);
316 coap_session_delay_pdu(coap_session_t *session, coap_pdu_t *pdu,
H A Dcoap_io.h45 struct coap_pdu_t;
150 struct coap_pdu_t *pdu );
H A Dresource.h38 coap_pdu_t *,
41 coap_pdu_t * /* response */);
H A Dasync.h86 coap_pdu_t *request,
H A Dlwippools.h74 LWIP_MEMPOOL(COAP_PDU, MEMP_NUM_COAPPDU, sizeof(coap_pdu_t), "COAP_PDU")
H A Dcoap_debug.h157 void coap_show_pdu(coap_log_t level, const coap_pdu_t *pdu);

Completed in 7 milliseconds