Searched refs:coap_option_setb (Results 1 – 9 of 9) sorted by relevance
/net-tools-2.7.6/libcoap/tests/ |
D | test_error_response.c | 104 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()
|
D | test_options.c | 609 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/ |
D | option.h | 199 coap_option_setb(coap_opt_filter_t filter, unsigned short type) { in coap_option_setb() function
|
D | net.h | 154 coap_option_setb(ctx->known_options, type); in coap_register_option()
|
/net-tools-2.7.6/libcoap/examples/ |
D | etsi_iot_01.c | 387 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/ |
D | option.c | 214 coap_option_setb(f, type); in coap_check_option()
|
D | resource.c | 391 coap_option_setb(filter, COAP_OPTION_URI_PATH);
|
/net-tools-2.7.6/libcoap/ |
D | ChangeLog | 98 * option.h (coap_option_setb): increased size of option type
|
/net-tools-2.7.6/ |
D | coap-client.c | 1271 coap_option_setb(f, COAP_OPTION_BLOCK1); in get_block() 1272 coap_option_setb(f, COAP_OPTION_BLOCK2); in get_block()
|