Searched refs:coap_remove_option (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/tests/ |
D | test_pdu.c | 1078 coap_remove_option(pdu, 21); in t_encode_pdu19() 1082 coap_remove_option(pdu, 7); in t_encode_pdu19() 1086 coap_remove_option(pdu, 300); in t_encode_pdu19() 1090 coap_remove_option(pdu, 25); in t_encode_pdu19() 1136 coap_remove_option(pdu, 21); in t_encode_pdu20() 1140 coap_remove_option(pdu, 7); in t_encode_pdu20() 1144 coap_remove_option(pdu, 300); in t_encode_pdu20() 1148 coap_remove_option(pdu, 25); in t_encode_pdu20()
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu_internal.h | 240 int coap_remove_option(coap_pdu_t *pdu, coap_option_num_t number);
|
/third_party/libcoap/src/ |
D | block.c | 856 coap_remove_option(&lg_crcv->pdu, COAP_OPTION_BLOCK1); in coap_block_new_lg_crcv() 1365 coap_remove_option(pdu, block_option); in coap_handle_request_put_block() 1792 coap_remove_option(pdu, COAP_OPTION_OBSERVE); in coap_handle_response_get_block() 1816 coap_remove_option(rcvd, block_opt); in coap_handle_response_get_block()
|
D | resource.c | 951 coap_remove_option(response, COAP_OPTION_OBSERVE);
|
D | pdu.c | 314 coap_remove_option(coap_pdu_t *pdu, coap_option_num_t number) { in coap_remove_option() function
|
D | net.c | 2826 coap_remove_option(response, COAP_OPTION_OBSERVE); in handle_request() 2833 coap_remove_option(pdu, COAP_OPTION_BLOCK1); in handle_request()
|