Searched refs:coap_decode_var_bytes (Results 1 – 14 of 14) sorted by relevance
/third_party/libcoap/tests/ |
D | test_encode.c | 27 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/ |
D | coap_pdu_access.txt.in | 15 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),
|
D | coap_cache.txt.in | 367 coap_decode_var_bytes (coap_opt_value (option),
|
/third_party/libcoap/include/coap3/ |
D | coap_encode.h | 58 unsigned int coap_decode_var_bytes(const uint8_t *buf, size_t length);
|
/third_party/libcoap/src/ |
D | coap_encode.c | 38 coap_decode_var_bytes(const uint8_t *buf, size_t len) { in coap_decode_var_bytes() function
|
D | coap_debug.c | 779 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()
|
D | coap_net.c | 1139 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()
|
D | coap_block.c | 50 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()
|
D | coap_subscribe.c | 130 observe_action = coap_decode_var_bytes(coap_opt_value(observe), in coap_persist_observe_add()
|
D | coap_oscore.c | 544 observe_value = coap_decode_var_bytes(coap_opt_value(option), in coap_oscore_new_pdu_encrypted()
|
/third_party/libcoap/ |
D | libcoap-3.map | 65 coap_decode_var_bytes;
|
D | libcoap-3.sym | 61 coap_decode_var_bytes
|
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 204 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()
|
D | coap-server.c | 609 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()
|