Home
last modified time | relevance | path

Searched refs:coap_decode_var_bytes (Results 1 – 12 of 12) 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,
39 *unsigned int coap_decode_var_bytes(const uint8_t *_buf_, size_t _length_);*
247 The *coap_decode_var_bytes*() function will decode an option up to 4 bytes
250 The *coap_decode_var_bytes*8() function will decode an option up to 8 bytes
303 uint32_t value = coap_decode_var_bytes(coap_opt_value(option),
Dcoap_cache.txt.in328 coap_decode_var_bytes (coap_opt_value (option),
/third_party/libcoap/include/coap3/
Dencode.h52 unsigned int coap_decode_var_bytes(const uint8_t *buf, size_t length);
/third_party/libcoap/src/
Dcoap_debug.c566 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
583 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
592 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
601 content_format = (int)coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
626 coap_decode_var_bytes(coap_opt_value(option), in coap_show_pdu()
Dencode.c31 coap_decode_var_bytes(const uint8_t *buf, size_t len) { in coap_decode_var_bytes() function
Dblock.c29 num = coap_decode_var_bytes(coap_opt_value(block_opt), in coap_opt_block_num()
1255 uint16_t fmt = fmt_opt ? coap_decode_var_bytes(coap_opt_value(fmt_opt), in coap_handle_request_put_block()
1259 total = size_opt ? coap_decode_var_bytes(coap_opt_value(size_opt), in coap_handle_request_put_block()
1642 coap_decode_var_bytes(coap_opt_value(size_opt), in coap_handle_response_get_block()
1657 coap_decode_var_bytes(coap_opt_value(fmt_opt), in coap_handle_response_get_block()
Dnet.c1077 observe_action = coap_decode_var_bytes(coap_opt_value(opt), in coap_send()
1198 coap_decode_var_bytes (coap_opt_value (opt), coap_opt_length (opt)); in coap_send_internal()
2423 val = coap_decode_var_bytes(coap_opt_value(nores), coap_opt_length(nores)); in no_response()
2611 coap_decode_var_bytes (coap_opt_value (opt), coap_opt_length (opt)); in handle_request()
2766 coap_decode_var_bytes(coap_opt_value(observe), in handle_request()
2951 coap_session_set_mtu(session, coap_decode_var_bytes(coap_opt_value(option), in handle_signaling()
/third_party/libcoap/
Dlibcoap-3.sym54 coap_decode_var_bytes
Dlibcoap-3.map56 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.c576 coap_decode_var_bytes (coap_opt_value (option), in hnd_put_example_data()
709 coap_decode_var_bytes (coap_opt_value (opt), in get_uri_proxy_scheme_info()
1386 coap_decode_var_bytes (coap_opt_value (option), in hnd_put()
1675 media_type = coap_decode_var_bytes(coap_opt_value (option), in proxy_message_handler()
1679 maxage = coap_decode_var_bytes(coap_opt_value (option), in proxy_message_handler()