Searched defs:found_zbits (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drpz.c2283 dns_rpz_zbits_t found_zbits; local
2289 found_zbits = 0;
2301 found_zbits = nm_data->set.qname;
2303 found_zbits = nm_data->set.ns;
2312 found_zbits |= nm_data->wild.qname;
2314 found_zbits |= nm_data->wild.ns;
2336 return (zbits & found_zbits);

Completed in 20 milliseconds