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.h153 struct coap_packet_t { struct
161 struct coap_packet_t { argument
162 coap_addr_tuple_t addr_info; /**< local and remote addresses */
163 int ifindex; /**< the interface index */
164 size_t length; /**< length of payload */
165 unsigned char payload[COAP_RXBUFFER_SIZE]; /**< payload */
Dcoap_forward_decls.h65 typedef struct coap_packet_t coap_packet_t; typedef