Lines Matching full:nsec
160 case kDNSType_NSEC: return("NSEC");
250 if (rd->nsec.bitmap[i>>3] & (128 >> (i&7)))
1441 nsec.bitmap[i-1]) break;
1442 // For our simplified use of NSEC synthetic records:
1769 // For our simplified use of NSEC synthetic records:
1775 for (i=sizeof(rdataNSEC); i>0; i--) if (rdb->nsec.bitmap[i-1]) break;
1783 for (j=0; j<i; j++) *ptr++ = rdb->nsec.bitmap[j];
2353 ptr = getDomainName(msg, ptr, end, &d); // Ignored for our simplified use of NSEC synthetic records
2354 if (!ptr) { LogInfo("GetLargeResourceRecord: Malformed NSEC nextname"); goto fail; }
2355 mDNSPlatformMemZero(rdb->nsec.bitmap, sizeof(rdb->nsec.bitmap));
2361 for (j=0; j<i; j++) rdb->nsec.bitmap[j] = *ptr++;
2363 if (ptr != end) { debugf("GetLargeResourceRecord: Malformed NSEC"); goto fail; }