Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h146 struct coap_lg_crcv_t { struct
147 struct coap_lg_crcv_t *next; argument
148 uint8_t observe[3]; /**< Observe data (if observe_set) (only 24 bits) */
149 uint8_t observe_length;/**< Length of observe data */
150 uint8_t observe_set; /**< Set if this is an observe receive PDU */
151 uint8_t szx; /**< size of individual blocks */
152 uint8_t etag_set; /**< Set if ETag is in receive PDU */
153 uint8_t etag_length; /**< ETag length */
154 uint8_t etag[8]; /**< ETag for block checking */
155 uint16_t content_format; /**< Content format for the set of blocks */
[all …]
Dcoap_forward_decls.h51 typedef struct coap_lg_crcv_t coap_lg_crcv_t; typedef