Searched refs:coap_update_option (Results 1 – 5 of 5) sorted by relevance
/third_party/libcoap/tests/ |
D | test_pdu.c | 890 coap_update_option(pdu, 10, in t_encode_pdu16() 895 coap_update_option(pdu, 10, in t_encode_pdu16() 900 coap_update_option(pdu, 7, in t_encode_pdu16() 905 coap_update_option(pdu, 7, in t_encode_pdu16() 910 coap_update_option(pdu, 300, in t_encode_pdu16() 915 coap_update_option(pdu, 300, in t_encode_pdu16() 952 coap_update_option(pdu, 10, in t_encode_pdu17() 957 coap_update_option(pdu, 10, in t_encode_pdu17() 962 coap_update_option(pdu, 7, in t_encode_pdu17() 967 coap_update_option(pdu, 7, in t_encode_pdu17() [all …]
|
/third_party/libcoap/src/ |
D | coap_block.c | 193 coap_update_option(pdu, number, coap_encode_var_safe(buf, sizeof(buf), in coap_write_block_opt() 224 coap_update_option(pdu, number, coap_encode_var_safe(buf, sizeof(buf), in coap_write_block_b_opt() 459 coap_update_option(pdu, COAP_OPTION_OBSERVE, in coap_cancel_observe() 831 coap_update_option(pdu, in coap_add_data_large_internal() 875 coap_update_option(pdu, in coap_add_data_large_internal() 885 coap_update_option(pdu, in coap_add_data_large_internal() 896 coap_update_option(pdu, in coap_add_data_large_internal() 940 coap_update_option(pdu, in coap_add_data_large_internal() 963 coap_update_option(pdu, in coap_add_data_large_internal() 969 coap_update_option(pdu, in coap_add_data_large_internal() [all …]
|
D | coap_net.c | 755 coap_update_option(pdu, opt_iter.number, in coap_option_check_critical() 1221 coap_update_option(&lg_xmit->pdu, COAP_OPTION_BLOCK2, in coap_send() 1245 coap_update_option(&lg_xmit->pdu, COAP_OPTION_BLOCK1, in coap_send() 1266 coap_update_option(pdu, COAP_OPTION_Q_BLOCK2, in coap_send() 1447 coap_update_option(pdu, COAP_OPTION_HOP_LIMIT, in coap_send_internal() 2918 coap_update_option(pdu, COAP_OPTION_HOP_LIMIT, in handle_request()
|
D | coap_pdu.c | 651 coap_update_option(coap_pdu_t *pdu, coap_option_num_t number, size_t len, in coap_update_option() function
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu_internal.h | 303 size_t coap_update_option(coap_pdu_t *pdu,
|