Home
last modified time | relevance | path

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

/third_party/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