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

  /src/external/mpl/bind/dist/lib/dns/
private.c 46 #define NONSEC(x) (((x) & DNS_NSEC3FLAG_NONSEC) != 0)
93 if (NONSEC(rdata.data[1])) {
235 * not creating a NSEC chain as NONSEC is set.
242 * have NONSEC set.
328 bool del, init, nonsec; local
341 nonsec = ((nsec3param.flags & DNS_NSEC3FLAG_NONSEC) != 0);
363 if (del && !nonsec) {
  /src/external/mpl/bind/dist/tests/dns/
private_test.c 80 bool nonsec; member in struct:__anon24213
128 if (testcase->nonsec) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
private.c 47 #define NONSEC(x) (((x)&DNS_NSEC3FLAG_NONSEC) != 0)
101 if (NONSEC(rdata.data[1])) {
255 * not creating a NSEC chain as NONSEC is set.
262 * have NONSEC set.
352 bool del, init, nonsec; local
365 nonsec = ((nsec3param.flags & DNS_NSEC3FLAG_NONSEC) != 0);
387 if (del && !nonsec) {

Completed in 27 milliseconds