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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dnsec_47.c41 int window; local
70 for (window = 0; window < 256 ; window++) {
72 * Find if we have a type in this window.
75 if (bm[window * 32 + octet] != 0)
79 RETERR(uint8_tobuffer(window, target));
81 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1));
91 unsigned int window, len; local
107 window
138 unsigned int window, lastwindow = 0; local
234 unsigned int i, len, window, lastwindow = 0; local
[all...]
H A Dnsec3_50.c51 int window; local
120 for (window = 0; window < 256 ; window++) {
122 * Find if we have a type in this window.
125 if (bm[window * 32 + octet] != 0)
129 RETERR(uint8_tobuffer(window, target));
131 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1));
140 unsigned int window, len; local
195 window
225 unsigned int window, lastwindow = 0; local
331 unsigned int i, len, window, lastwindow = 0; local
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dnsec.c77 unsigned int i, window; local
90 * space for the window identifiers and length octets.
133 for (window = 0; window < 256; window++) {
134 if (window * 256 > max_type)
137 if (bm[window * 32 + octet] != 0)
141 nsec_bits[0] = window;
146 memmove(&nsec_bits[2], &bm[window * 32], octet + 1);
198 unsigned int i, len, window; local
[all...]
H A Dnsec3.c88 unsigned int i, window; local
134 * space for the window identifiers and length octets.
200 for (window = 0; window < 256; window++) {
201 if (window * 256 > max_type)
204 if (bm[window * 32 + octet] != 0)
208 nsec_bits[0] = window;
213 memmove(&nsec_bits[2], &bm[window * 32], octet + 1);
228 unsigned int i, len, window; local
[all...]

Completed in 28 milliseconds