Searched refs:coap_remove_option (Results 1 – 7 of 7) sorted by relevance
/third_party/libcoap/tests/ |
D | test_pdu.c | 1106 coap_remove_option(pdu, 21); in t_encode_pdu19() 1110 coap_remove_option(pdu, 7); in t_encode_pdu19() 1114 coap_remove_option(pdu, 300); in t_encode_pdu19() 1118 coap_remove_option(pdu, 25); in t_encode_pdu19() 1180 coap_remove_option(pdu, 1); in t_encode_pdu20() 1184 coap_remove_option(pdu, 12); in t_encode_pdu20() 1188 coap_remove_option(pdu, 13); in t_encode_pdu20() 1192 coap_remove_option(pdu, 268); in t_encode_pdu20() 1196 coap_remove_option(pdu, 269); in t_encode_pdu20() 1200 coap_remove_option(pdu, 350); in t_encode_pdu20() [all …]
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu_internal.h | 275 int coap_remove_option(coap_pdu_t *pdu, coap_option_num_t number);
|
/third_party/libcoap/src/ |
D | coap_net.c | 1152 coap_remove_option(pdu, COAP_OPTION_BLOCK1); in coap_send() 1206 coap_remove_option(pdu, COAP_OPTION_Q_BLOCK2); in coap_send() 1220 coap_remove_option(&lg_xmit->pdu, COAP_OPTION_Q_BLOCK2); in coap_send() 1230 coap_remove_option(pdu, COAP_OPTION_Q_BLOCK1); in coap_send() 1244 coap_remove_option(&lg_xmit->pdu, COAP_OPTION_Q_BLOCK1); in coap_send() 3216 coap_remove_option(response, COAP_OPTION_OBSERVE); in handle_request() 3223 coap_remove_option(response, COAP_OPTION_BLOCK1); in handle_request()
|
D | coap_block.c | 667 coap_remove_option(pdu, COAP_OPTION_Q_BLOCK1); in coap_add_data_large_internal() 696 coap_remove_option(pdu, COAP_OPTION_Q_BLOCK2); in coap_add_data_large_internal() 748 coap_remove_option(pdu, alt_option); in coap_add_data_large_internal() 2090 coap_remove_option(&lg_crcv->pdu, COAP_OPTION_BLOCK1); in coap_block_new_lg_crcv() 2821 coap_remove_option(pdu, block_option); in coap_handle_request_put_block() 3623 coap_remove_option(pdu, COAP_OPTION_OBSERVE); in coap_handle_response_get_block() 3655 coap_remove_option(rcvd, block_opt); in coap_handle_response_get_block()
|
D | coap_resource.c | 1108 coap_remove_option(response, COAP_OPTION_OBSERVE);
|
D | coap_pdu.c | 429 coap_remove_option(coap_pdu_t *pdu, coap_option_num_t number) { in coap_remove_option() function
|
D | coap_oscore.c | 166 if (!coap_remove_option(pdu, COAP_OPTION_PROXY_URI)) in coap_rebuild_pdu_for_proxy()
|