Searched defs:coap_packet_t (Results 1 – 2 of 2) sorted by relevance
31 typedef struct coap_packet_t coap_packet_t; typedef143 struct coap_packet_t { struct164 struct coap_packet_t { argument165 struct pbuf *pbuf;166 const coap_endpoint_t *local_interface;167 uint16_t srcport;
41 struct coap_packet_t { struct42 coap_if_handle_t hnd; /**< the interface handle */43 coap_address_t src; /**< the packet's source address */44 coap_address_t dst; /**< the packet's destination address */45 const coap_endpoint_t *interface;47 int ifindex;48 void *session; /**< opaque session data */50 size_t length; /**< length of payload */51 unsigned char payload[]; /**< payload */