Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/include/coap/
Dcoap_io.h31 typedef struct coap_packet_t coap_packet_t; typedef
143 struct coap_packet_t { struct
164 struct coap_packet_t { argument
165 struct pbuf *pbuf;
166 const coap_endpoint_t *local_interface;
167 uint16_t srcport;
/net-tools-3.4.0/libcoap/src/
Dcoap_io.c41 struct coap_packet_t { struct
42 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 */