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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dopt_41.c123 isc_uint8_t scope; local
132 scope = uint8_fromregion(&sregion);
136 if (addrlen > 32U || scope > 32U)
140 if (addrlen > 128U || scope > 128U)
/bind-9.6-ESV-R11/lib/dns/
H A Dnsec3.c1448 int scope; local
1552 scope = memcmp(owner, nsec3.next, nsec3.next_length);
1675 if ((scope < 0 && order > 0 &&
1677 (scope >= 0 && (order > 0 ||
H A Dvalidator.c283 int scope; local
370 scope = memcmp(owner, nsec3.next, nsec3.next_length);
371 if ((scope < 0 && order > 0 &&
373 (scope >= 0 && (order > 0 ||

Completed in 20 milliseconds