/net-tools-3.4.0/libcoap/tests/ |
D | test_options.c | 606 coap_opt_filter_t filter; in t_iterate_option6() local 608 coap_option_filter_clear(filter); in t_iterate_option6() 609 coap_option_setb(filter, 10); /* option nr 10 only */ in t_iterate_option6() 610 result = coap_option_iterator_init(&pdu, &oi, filter); in t_iterate_option6() 650 coap_opt_filter_t filter; in t_iterate_option7() local 653 coap_option_filter_clear(filter); in t_iterate_option7() 654 coap_option_setb(filter, 8); in t_iterate_option7() 655 coap_option_setb(filter, 22); in t_iterate_option7() 656 result = coap_option_iterator_init(&pdu, &oi, filter); in t_iterate_option7() 696 coap_opt_filter_t filter; in t_iterate_option8() local [all …]
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | option.h | 160 int coap_option_filter_set(coap_opt_filter_t filter, unsigned short type); 172 int coap_option_filter_unset(coap_opt_filter_t filter, unsigned short type); 184 int coap_option_filter_get(const coap_opt_filter_t filter, unsigned short type); 199 coap_option_setb(coap_opt_filter_t filter, unsigned short type) { in coap_option_setb() argument 200 return coap_option_filter_set(filter, type) ? 1 : -1; in coap_option_setb() 216 coap_option_clrb(coap_opt_filter_t filter, unsigned short type) { in coap_option_clrb() argument 217 return coap_option_filter_unset(filter, type) ? 1 : -1; in coap_option_clrb() 233 coap_option_getb(const coap_opt_filter_t filter, unsigned short type) { in coap_option_getb() argument 234 return coap_option_filter_get(filter, type); in coap_option_getb() 259 coap_opt_filter_t filter; /**< option filter */ member [all …]
|
/net-tools-3.4.0/libcoap/src/ |
D | option.c | 121 const coap_opt_filter_t filter) { in coap_option_iterator_init() argument 139 if (filter) { in coap_option_iterator_init() 140 memcpy(oi->filter, filter, sizeof(coap_opt_filter_t)); in coap_option_iterator_init() 197 (b = coap_option_getb(oi->filter, oi->type)) > 0) in coap_option_next() 449 coap_option_filter_op(coap_opt_filter_t filter, in coap_option_filter_op() argument 453 opt_filter *of = (opt_filter *)filter; in coap_option_filter_op() 509 coap_option_filter_set(coap_opt_filter_t filter, unsigned short type) { in coap_option_filter_set() argument 510 return coap_option_filter_op(filter, type, FILTER_SET); in coap_option_filter_set() 514 coap_option_filter_unset(coap_opt_filter_t filter, unsigned short type) { in coap_option_filter_unset() argument 515 return coap_option_filter_op(filter, type, FILTER_CLEAR); in coap_option_filter_unset() [all …]
|
D | resource.c | 385 coap_opt_filter_t filter; local 390 coap_option_filter_clear(filter); 391 coap_option_setb(filter, COAP_OPTION_URI_PATH); 393 coap_option_iterator_init((coap_pdu_t *)request, &opt_iter, filter);
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/ |
D | compat.sh | 82 -f|--filter) 160 filter() function 196 M_CIPHERS=$( filter "$M_CIPHERS" ) 199 O_CIPHERS=$( filter "$O_CIPHERS" ) 202 G_CIPHERS=$( filter "$G_CIPHERS" )
|
D | ssl-opt.sh | 67 -f|--filter)
|
/net-tools-3.4.0/libcoap/ |
D | Makefile.libcoap | 3 libcoap_dir := $(filter %libcoap,$(APPDS))
|
/net-tools-3.4.0/docker/ |
D | gptp.cfg | 75 tsproc_mode filter
|
/net-tools-3.4.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 589 # and *.h) to filter out the source-files in the directories. If left 638 # and *.h) to filter out the source-files in the directories. If left 657 # invoke to filter for each input file. Doxygen will invoke the filter program 658 # by executing (via popen()) the command <filter> <input-file>, where <filter> 660 # input file. Doxygen will then use the output that the filter program writes 670 # filter if there is a match. 672 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 678 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 679 # INPUT_FILTER) will be used to filter the input files when producing source 920 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 679 # and *.h) to filter out the source-files in the directories. If left 731 # and *.h) to filter out the source-files in the directories. If left 750 # invoke to filter for each input file. Doxygen will invoke the filter program 751 # by executing (via popen()) the command <filter> <input-file>, where <filter> 753 # input file. Doxygen will then use the output that the filter program writes 756 # Note that the filter must not add or remove lines; it is applied before the 765 # filter if there is a match. 767 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 773 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 774 # INPUT_FILTER) will be used to filter the input files when producing source [all …]
|
/net-tools-3.4.0/libcoap/doc/ |
D | Doxyfile.in | 770 # *.h) to filter out the source-files in the directories. If left blank the 830 # *.h) to filter out the source-files in the directories. If left blank all 849 # invoke to filter for each input file. Doxygen will invoke the filter program 852 # <filter> <input-file> 854 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the 855 # name of an input file. Doxygen will then use the output that the filter 859 # Note that the filter must not add or remove lines; it is applied before the 867 # filter if there is a match. The filters are a list of the form: pattern=filter 874 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 875 # INPUT_FILTER ) will also be used to filter the input files that are used for [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/ |
D | ChangeLog | 1084 * Client and server now filter sent and accepted ciphersuites on minimum
|