Home
last modified time | relevance | path

Searched refs:coap_decode_var_bytes (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/tests/
Dtest_encode.c27 result = coap_decode_var_bytes(teststr.s, teststr.length); in t_decode1()
49 result = coap_decode_var_bytes(teststr.s, teststr.length); in t_decode3()
60 result = coap_decode_var_bytes(teststr.s, teststr.length); in t_decode4()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in15 coap_decode_var_bytes,
40 *unsigned int coap_decode_var_bytes(const uint8_t *_buf_, size_t _length_);*
292 *Function: coap_decode_var_bytes()*
294 The *coap_decode_var_bytes*() function will decode an option value up to 4 bytes
325 *coap_decode_var_bytes*() and *coap_decode_var_bytes8*() return the decoded
390 uint32_t value = coap_decode_var_bytes(coap_opt_value(option),
Dcoap_cache.txt.in367 coap_decode_var_bytes (coap_opt_value (option),
/third_party/libcoap/include/coap3/
Dcoap_encode.h58 unsigned int coap_decode_var_bytes(const uint8_t *buf, size_t length);
/third_party/libcoap/src/
Dcoap_encode.c38 coap_decode_var_bytes(const uint8_t *buf, size_t len) { in coap_decode_var_bytes() function
Dcoap_debug.c779 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
798 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
809 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
820 content_format = (int)coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
925 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
Dcoap_net.c1139 observe_action = coap_decode_var_bytes(coap_opt_value(opt), in coap_send()
1433 coap_decode_var_bytes(coap_opt_value(opt), coap_opt_length(opt)); in coap_send_internal()
2673 val = coap_decode_var_bytes(coap_opt_value(nores), coap_opt_length(nores)); in no_response()
2906 coap_decode_var_bytes(coap_opt_value(opt), coap_opt_length(opt)); in handle_request()
3109 coap_decode_var_bytes(coap_opt_value(observe), in handle_request()
3449 coap_session_set_mtu(session, coap_decode_var_bytes(coap_opt_value(option), in handle_signaling()
3456 coap_decode_var_bytes(coap_opt_value(option), in handle_signaling()
Dcoap_block.c50 num = coap_decode_var_bytes(coap_opt_value(block_opt), in coap_opt_block_num()
1898 observe_action = coap_decode_var_bytes(coap_opt_value(opt), in track_fetch_observe()
2625 uint16_t fmt = fmt_opt ? coap_decode_var_bytes(coap_opt_value(fmt_opt), in coap_handle_request_put_block()
2639 total = size_opt ? coap_decode_var_bytes(coap_opt_value(size_opt), in coap_handle_request_put_block()
2971 coap_decode_var_bytes(coap_opt_value(opt), coap_opt_length(opt) == 0)) { in check_freshness()
3182 coap_decode_var_bytes(coap_opt_value(fmt_opt), in coap_handle_response_send_block()
3376 coap_decode_var_bytes(coap_opt_value(size_opt), in coap_handle_response_get_block()
3407 coap_decode_var_bytes(coap_opt_value(fmt_opt), in coap_handle_response_get_block()
Dcoap_subscribe.c130 observe_action = coap_decode_var_bytes(coap_opt_value(observe), in coap_persist_observe_add()
Dcoap_oscore.c544 observe_value = coap_decode_var_bytes(coap_opt_value(option), in coap_oscore_new_pdu_encrypted()
/third_party/libcoap/
Dlibcoap-3.map65 coap_decode_var_bytes;
Dlibcoap-3.sym61 coap_decode_var_bytes
/third_party/libcoap/examples/
Detsi_iot_01.c204 coap_decode_var_bytes(coap_opt_value(option), coap_opt_length(option)); in hnd_post_test()
263 coap_decode_var_bytes(coap_opt_value(option), coap_opt_length(option)); in hnd_put_test()
Dcoap-server.c609 coap_decode_var_bytes(coap_opt_value(option), in hnd_put_example_data()
696 coap_decode_var_bytes(coap_opt_value(opt), in get_uri_proxy_scheme_info()
1340 coap_decode_var_bytes(coap_opt_value(option), in hnd_put_post()
1672 media_type = coap_decode_var_bytes(coap_opt_value(option), in proxy_response_handler()
1676 maxage = coap_decode_var_bytes(coap_opt_value(option), in proxy_response_handler()