Home
last modified time | relevance | path

Searched refs:coap_option_setb (Results 1 – 9 of 9) sorted by relevance

/net-tools-2.7.6/libcoap/tests/
Dtest_error_response.c104 coap_option_setb(opts, 9); in t_error_response3()
143 coap_option_setb(opts, 9); in t_error_response4()
184 coap_option_setb(opts, 9); in t_error_response5()
225 coap_option_setb(opts, 23); in t_error_response6()
267 coap_option_setb(opts, 23); in t_error_response7()
307 coap_option_setb(opts, 1001); in t_error_response8()
308 coap_option_setb(opts, 1014); in t_error_response8()
Dtest_options.c609 coap_option_setb(filter, 10); /* option nr 10 only */ in t_iterate_option6()
654 coap_option_setb(filter, 8); in t_iterate_option7()
655 coap_option_setb(filter, 22); in t_iterate_option7()
700 coap_option_setb(filter, 36); in t_iterate_option8()
730 coap_option_setb(filter, 100); in t_iterate_option9()
760 coap_option_setb(filter, 61); in t_iterate_option10()
/net-tools-2.7.6/libcoap/include/coap/
Doption.h199 coap_option_setb(coap_opt_filter_t filter, unsigned short type) { in coap_option_setb() function
Dnet.h154 coap_option_setb(ctx->known_options, type); in coap_register_option()
/net-tools-2.7.6/libcoap/examples/
Detsi_iot_01.c387 coap_option_setb(f, COAP_OPTION_URI_QUERY); in hnd_get_query()
429 coap_option_setb(f, COAP_OPTION_URI_QUERY); in hnd_get_separate()
/net-tools-2.7.6/libcoap/src/
Doption.c214 coap_option_setb(f, type); in coap_check_option()
Dresource.c391 coap_option_setb(filter, COAP_OPTION_URI_PATH);
/net-tools-2.7.6/libcoap/
DChangeLog98 * option.h (coap_option_setb): increased size of option type
/net-tools-2.7.6/
Dcoap-client.c1271 coap_option_setb(f, COAP_OPTION_BLOCK1); in get_block()
1272 coap_option_setb(f, COAP_OPTION_BLOCK2); in get_block()