Searched defs:coap_pending (Results 1 – 1 of 1) sorted by relevance
376 struct coap_pending { struct377 struct sockaddr addr; /**< Remote address */378 int64_t t0; /**< Time when the request was sent */379 uint32_t timeout; /**< Timeout in ms */380 uint16_t id; /**< Message id */381 uint8_t *data; /**< User allocated buffer */382 uint16_t len; /**< Length of the CoAP packet */383 uint8_t retries; /**< Number of times the request has been sent */384 struct coap_transmission_parameters params; /**< Transmission parameters */