OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zbits_notreq
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
rpz.c
537
dns_rpz_zbits_t
zbits_notreq
;
local
549
zbits_notreq
= (rpzs->have.client_ip | rpzs->have.qname);
573
if ((
zbits_notreq
& req_mask) == 0) {
603
*
zbits_notreq
then it's definitely okay to attempt to
608
/* Clear any bits *not* in
zbits_notreq
... */
609
mask2 &=
zbits_notreq
;
/src/external/mpl/dhcp/bind/dist/lib/dns/
rpz.c
491
dns_rpz_zbits_t
zbits_notreq
;
local
503
zbits_notreq
= (rpzs->have.client_ip | rpzs->have.qname);
527
if ((
zbits_notreq
& req_mask) == 0) {
557
*
zbits_notreq
then it's definitely okay to attempt to
562
/* Clear any bits *not* in
zbits_notreq
... */
563
mask2 &=
zbits_notreq
;
Completed in 16 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026