Searched defs:coap_packet_t (Results 1 – 2 of 2) sorted by relevance
211 struct coap_packet_t { struct212 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 */
67 typedef struct coap_packet_t coap_packet_t; typedef