Home
last modified time | relevance | path

Searched refs:coap_option_check_repeatable (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h341 int coap_option_check_repeatable(coap_option_num_t number);
/third_party/libcoap/src/
Dcoap_pdu.c523 coap_option_check_repeatable(coap_option_num_t number) { in coap_option_check_repeatable() function
597 if (!coap_option_check_repeatable(number)) in coap_insert_option()
724 if (!coap_option_check_repeatable(number)) in coap_add_option_internal()
Dcoap_net.c737 if (!coap_option_check_repeatable(opt_iter.number)) { in coap_option_check_critical()