HomeSort by: relevance | last modified time | path
    Searched defs:zbits_req (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rpz.c 487 * zbits_req = (rpzs->have.ipv4 | rpzs->have.ipv6 |
491 * zbits_req now contains bits set for zones which require
501 * zbits_req = 0b000 mask = 0xffffffff (no zones have to wait for
503 * zbits_req = 0b001 mask = 0x00000000 (all zones have to wait)
504 * zbits_req = 0b010 mask = 0x00000001 (the first zone doesn't have to
507 * zbits_req = 0b011 mask = 0x00000000 (all zones have to wait)
508 * zbits_req = 0b100 mask = 0x00000011 (the 1st and 2nd zones don't
513 * bits in zbits_req and only these can be processed without
536 dns_rpz_zbits_t zbits_req; local
546 zbits_req = (rpzs->have.ipv4 | rpzs->have.ipv6
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rpz.c 441 * zbits_req = (rpzs->have.ipv4 | rpzs->have.ipv6 |
445 * zbits_req now contains bits set for zones which require
455 * zbits_req = 0b000 mask = 0xffffffff (no zones have to wait for
457 * zbits_req = 0b001 mask = 0x00000000 (all zones have to wait)
458 * zbits_req = 0b010 mask = 0x00000001 (the first zone doesn't have to
461 * zbits_req = 0b011 mask = 0x00000000 (all zones have to wait)
462 * zbits_req = 0b100 mask = 0x00000011 (the 1st and 2nd zones don't
467 * bits in zbits_req and only these can be processed without
490 dns_rpz_zbits_t zbits_req; local
500 zbits_req = (rpzs->have.ipv4 | rpzs->have.ipv6
    [all...]

Completed in 16 milliseconds