Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h127 struct coap_lg_srcv_t { struct
128 struct coap_lg_srcv_t *next; argument
129 uint8_t observe[3]; /**< Observe data (if set) (only 24 bits) */
130 uint8_t observe_length;/**< Length of observe data */
131 uint8_t observe_set; /**< Set if this is an observe receive PDU */
132 uint8_t rtag_set; /**< Set if RTag is in receive PDU */
133 uint8_t rtag_length; /**< RTag length */
134 uint8_t rtag[8]; /**< RTag for block checking */
135 uint16_t content_format; /**< Content format for the set of blocks */
136 uint8_t last_type; /**< Last request type (CON/NON) */
[all …]
Dcoap_forward_decls.h50 typedef struct coap_lg_srcv_t coap_lg_srcv_t; typedef