Searched refs:coap_decode_var_bytes (Results 1 – 12 of 12) 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, 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),
|
D | coap_cache.txt.in | 328 coap_decode_var_bytes (coap_opt_value (option),
|
/third_party/libcoap/include/coap3/ |
D | encode.h | 52 unsigned int coap_decode_var_bytes(const uint8_t *buf, size_t length);
|
/third_party/libcoap/src/ |
D | coap_debug.c | 566 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()
|
D | encode.c | 31 coap_decode_var_bytes(const uint8_t *buf, size_t len) { in coap_decode_var_bytes() function
|
D | block.c | 29 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()
|
D | net.c | 1077 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/ |
D | libcoap-3.sym | 54 coap_decode_var_bytes
|
D | libcoap-3.map | 56 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 | 576 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()
|