Searched refs:coap_insert_option (Results 1 – 5 of 5) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu_internal.h | 254 size_t coap_insert_option(coap_pdu_t *pdu, coap_option_num_t number,
|
/third_party/libcoap/src/ |
D | block.c | 117 coap_insert_option(pdu, number, coap_encode_var_safe(buf, sizeof(buf), in coap_write_block_opt() 179 coap_insert_option(response, COAP_OPTION_CONTENT_FORMAT, in coap_add_data_blocked_response() 185 coap_insert_option(response, in coap_add_data_blocked_response() 673 coap_insert_option(response, COAP_OPTION_CONTENT_TYPE, in coap_add_data_large_response() 679 coap_insert_option(response, in coap_add_data_large_response() 1344 coap_insert_option(response, block_option, in coap_handle_request_put_block() 1392 coap_insert_option(response, block_option, in coap_handle_request_put_block()
|
D | pdu.c | 414 coap_insert_option(coap_pdu_t *pdu, coap_option_num_t number, size_t len, in coap_insert_option() function 513 return coap_insert_option(pdu, number, len, data); in coap_update_option() 581 coap_insert_option(pdu, COAP_OPTION_HOP_LIMIT, 1, (uint8_t *)&hop_limit); in coap_add_option() 588 return coap_insert_option(pdu, number, len, data); in coap_add_option()
|
D | net.c | 1245 coap_insert_option(pdu, COAP_OPTION_HOP_LIMIT, 1, in coap_send_internal()
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 825 coap_insert_option(pdu, opt_num[n], in t_encode_pdu15() 1030 result = coap_insert_option(pdu, COAP_OPTION_LOCATION_PATH, 14, in t_encode_pdu18() 1235 coap_insert_option(pdu, 23, in t_encode_pdu22()
|