Searched defs:coap_lg_srcv_t (Results 1 – 2 of 2) sorted by relevance
177 struct coap_lg_srcv_t { struct178 struct coap_lg_srcv_t *next; argument179 uint8_t observe[3]; /**< Observe data (if set) (only 24 bits) */180 uint8_t observe_length;/**< Length of observe data */181 uint8_t observe_set; /**< Set if this is an observe receive PDU */182 uint8_t rtag_set; /**< Set if RTag is in receive PDU */183 uint8_t rtag_length; /**< RTag length */184 uint8_t rtag[8]; /**< RTag for block checking */185 uint16_t content_format; /**< Content format for the set of blocks */186 uint8_t last_type; /**< Last request type (CON/NON) */[all …]
52 typedef struct coap_lg_srcv_t coap_lg_srcv_t; typedef