Searched defs:etag (Results 1 - 7 of 7) sorted by relevance
/third_party/libcoap/include/coap3/ |
H A D | coap_net_internal.h | 162 uint64_t etag; /**< Next ETag to use */ member
|
H A D | coap_block_internal.h | 106 uint64_t etag; /**< ETag value */ member 154 uint8_t etag[8]; /**< ETag for block checking */ member
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 183 uint64_t etag; in hnd_put_hello_7() local
|
H A D | coap-rd.c | 73 unsigned char etag[8]; /**< ETag for current description */ member 355 coap_opt_t *etag; make_rd() local [all...] |
H A D | coap-server.c | 1614 uint64_t etag = 0; in proxy_response_handler() local
|
/third_party/littlefs/ |
H A D | lfs.h | 362 uint32_t etag; member
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 280 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 14 milliseconds