Searched refs:in_list (Results 1 – 2 of 2) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 1745 static int in_list(unsigned char *list, int opt) in in_list() function 2072 in_list(req_options, OPTION_SNAME)) in do_options() 2082 in_list(req_options, OPTION_FILENAME)) in do_options() 2097 if ((!req_options || !in_list(req_options, OPTION_FILENAME)) && mess->file[0] == 0 && in do_options() 2104 if ((!req_options || !in_list(req_options, OPTION_SNAME)) && in do_options() 2151 in_list(req_options, OPTION_ROUTER) && in do_options() 2155 if (in_list(req_options, OPTION_DNSSERVER) && in do_options() 2160 if (domain && in_list(req_options, OPTION_DOMAINNAME) && in do_options() 2167 if (in_list(req_options, OPTION_HOSTNAME) && in do_options() 2218 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_options, optno)) in do_options() [all …]
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 86 #define in_list(myV, myQ) (bitarray_read_bit( myQ->membership, myV)) macro 87 #define qmatches(myQ, myU) (in_list( myU->properties[ myQ->type], myQ))
|