Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_io.h211 struct coap_packet_t { struct
219 struct coap_packet_t { argument
226 typedef struct coap_packet_t coap_packet_t; typedef
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_io_internal.h211 struct coap_packet_t { struct
212 coap_addr_tuple_t addr_info; /**< local and remote addresses */
213 int ifindex; /**< the interface index */
214 size_t length; /**< length of payload */
215 unsigned char *payload; /**< payload */
Dcoap_forward_decls.h67 typedef struct coap_packet_t coap_packet_t; typedef