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

/bind-9.11.3/lib/dns/
H A Drpz.c404 * zbits_req = (rpzs->have.ipv4 | rpzs->have.ipv6 |
408 * zbits_req now contains bits set for zones which require
418 * zbits_req = 0b000 mask = 0xffffffff (no zones have to wait for
420 * zbits_req = 0b001 mask = 0x00000000 (all zones have to wait)
421 * zbits_req = 0b010 mask = 0x00000001 (the first zone doesn't have to
424 * zbits_req = 0b011 mask = 0x00000000 (all zones have to wait)
425 * zbits_req = 0b100 mask = 0x00000011 (the 1st and 2nd zones don't
430 * bits in zbits_req and only these can be processed without
453 dns_rpz_zbits_t zbits_req; local
463 zbits_req
[all...]

Completed in 889 milliseconds