Searched refs:in_list (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Drfc2131.c1745 static int in_list(unsigned char *list, int opt) function
2072 in_list(req_options, OPTION_SNAME))
2082 in_list(req_options, OPTION_FILENAME))
2097 if ((!req_options || !in_list(req_options, OPTION_FILENAME)) && mess->file[0] == 0 &&
2104 if ((!req_options || !in_list(req_options, OPTION_SNAME)) &&
2151 in_list(req_options, OPTION_ROUTER) &&
2155 if (in_list(req_options, OPTION_DNSSERVER) &&
2160 if (domain && in_list(req_options, OPTION_DOMAINNAME) &&
2167 if (in_list(req_options, OPTION_HOSTNAME) &&
2218 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_option
[all...]
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c86 #define in_list(myV, myQ) (bitarray_read_bit( myQ->membership, myV)) macro
87 #define qmatches(myQ, myU) (in_list( myU->properties[ myQ->type], myQ))

Completed in 86 milliseconds