Home
last modified time | relevance | path

Searched defs:etag (Results 1 - 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_net_internal.h162 uint64_t etag; /**< Next ETag to use */ member
H A Dcoap_block_internal.h106 uint64_t etag; /**< ETag value */ member
154 uint8_t etag[8]; /**< ETag for block checking */ member
/third_party/libcoap/examples/
H A Doscore-interop-server.c183 uint64_t etag; in hnd_put_hello_7() local
H A Dcoap-rd.c73 unsigned char etag[8]; /**< ETag for current description */ member
355 coap_opt_t *etag; make_rd() local
[all...]
H A Dcoap-server.c1614 uint64_t etag = 0; in proxy_response_handler() local
/third_party/littlefs/
H A Dlfs.h362 uint32_t etag; member
/third_party/libcoap/src/
H A Dcoap_block.c280 coap_key_t etag; in coap_add_data_blocked_response() local
592 coap_add_data_large_internal(coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *pdu, coap_resource_t *resource, const coap_string_t *query, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr, int single_request, coap_pdu_code_t request_method) coap_add_data_large_internal() argument
1016 coap_add_data_large_response(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *response, const coap_string_t *query, uint16_t media_type, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr ) coap_add_data_large_response() argument
2275 uint64_t etag = coap_decode_var_bytes8(coap_opt_value(etag_opt), coap_handle_request_send_block() local
[all...]

Completed in 13 milliseconds