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