Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/src/
Dencode.c25 coap_decode_var_bytes(unsigned char *buf,unsigned int len) { in coap_decode_var_bytes() function
Dblock.c37 num = coap_decode_var_bytes(COAP_OPT_VALUE(block_opt), in coap_opt_block_num()
Ddebug.c407 content_format = (int)coap_decode_var_bytes(COAP_OPT_VALUE(option), in coap_show_pdu()
430 coap_decode_var_bytes(COAP_OPT_VALUE(option), in coap_show_pdu()
Dnet.c1344 val = coap_decode_var_bytes(coap_opt_value(nores), coap_opt_length(nores)); in no_response()
1435 coap_decode_var_bytes(coap_opt_value(observe), in handle_request()
/net-tools-3.4.0/libcoap/include/coap/
Dencode.h43 unsigned int coap_decode_var_bytes(unsigned char *buf,unsigned int len);
/net-tools-3.4.0/libcoap/
Dlibcoap-1.sym17 coap_decode_var_bytes
Dlibcoap-1.map19 coap_decode_var_bytes;
/net-tools-3.4.0/libcoap/examples/
Detsi_iot_01.c283 coap_decode_var_bytes(COAP_OPT_VALUE(option), COAP_OPT_LENGTH(option)); in hnd_post_test()
340 coap_decode_var_bytes(COAP_OPT_VALUE(option), COAP_OPT_LENGTH(option)); in hnd_put_test()