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

/bind-9.11.3/lib/dns/
H A Dnsec.c65 unsigned int window; local
71 for (window = 0; window < 256; window++) {
72 if (window * 256 > max_type)
81 *map++ = window;
113 * space for the window identifiers and length octets.
205 unsigned int i, len, window; local
217 window = nsecstruct.typebits[i];
222 if (window * 25
[all...]
H A Dnsec3.c106 * space for the window identifiers and length octets.
185 unsigned int i, len, window; local
197 window = nsec3.typebits[i];
202 if (window * 256 > type)
204 if ((window + 1) * 256 <= type)
206 if (type < (window * 256) + len * 8)
H A Drdata.c428 int window; local
457 for (window = 0; window < 256 ; window++) {
458 if (max_used < window * 256)
461 max_octet = max_used - (window * 256);
468 * Find if we have a type in this window.
471 if (bm[window * 32 + octet] != 0)
476 RETERR(uint8_tobuffer(window, target));
478 RETERR(mem_tobuffer(target, &bm[window * 3
488 unsigned int window, len; local
529 unsigned int window, lastwindow = 0; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Drrl.h210 int window; member in struct:dns_rrl

Completed in 21 milliseconds