Searched refs:coap_option_filter_get (Results 1 – 8 of 8) sorted by relevance
/dports/net/libcoap/libcoap-4.3.0/tests/ |
H A D | test_options.c | 841 CU_ASSERT(coap_option_filter_get(&filter, 0) == 1); in t_filter_option1() 842 CU_ASSERT(coap_option_filter_get(&filter, 37) == 1); in t_filter_option1() 843 CU_ASSERT(coap_option_filter_get(&filter, 43) == 1); in t_filter_option1() 844 CU_ASSERT(coap_option_filter_get(&filter, 290) == 1); in t_filter_option1() 849 CU_ASSERT(coap_option_filter_get(&filter, 0) == 1); in t_filter_option1() 850 CU_ASSERT(coap_option_filter_get(&filter, 43) == 1); in t_filter_option1() 851 CU_ASSERT(coap_option_filter_get(&filter, 290) == 1); in t_filter_option1() 854 CU_ASSERT(coap_option_filter_get(&filter, 37) == 0); in t_filter_option1() 855 CU_ASSERT(coap_option_filter_get(&filter, 89) == 0); in t_filter_option1() 895 CU_ASSERT(coap_option_filter_get(&filter, 256) == 0); in t_filter_option3() [all …]
|
/dports/net/libcoap/libcoap-4.3.0/include/coap3/ |
H A D | option.h | 152 int coap_option_filter_get(coap_opt_filter_t *filter, coap_option_num_t number); 436 return coap_option_filter_get(filter, type); in coap_option_getb()
|
/dports/net/libcoap/libcoap-4.3.0/src/ |
H A D | option.c | 186 (b = coap_option_filter_get(&oi->filter, oi->number)) > 0) in coap_option_next() 503 coap_option_filter_get(coap_opt_filter_t *filter, coap_option_num_t option) { in coap_option_filter_get() function
|
H A D | pdu.c | 191 if (drop_options && coap_option_filter_get(drop_options, opt_iter.number)) in coap_pdu_duplicate()
|
H A D | net.c | 733 if (coap_option_filter_get(&ctx->known_options, opt_iter.number) <= 0) { in coap_option_check_critical()
|
/dports/net/libcoap/libcoap-4.3.0/ |
H A D | libcoap-3.map | 127 coap_option_filter_get;
|
H A D | libcoap-3.sym | 125 coap_option_filter_get
|
/dports/net/libcoap/libcoap-4.3.0/man/ |
H A D | coap_pdu_access.txt.in | 21 coap_option_filter_get, 52 *int coap_option_filter_get(coap_opt_filter_t *_filter_, 233 The *coap_option_filter_get*() function is used to check whether option _number_
|