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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c295 mDNSlocal void PrintTypeBitmap(const mDNSu8 *bmap, int bitmaplen, char *const buffer, mDNSu32 length) argument
299 while (bitmaplen > 0)
303 if (bitmaplen < 3)
305 LogMsg("PrintTypeBitmap: malformed bitmap, bitmaplen %d short", bitmaplen);
311 bitmaplen -= 2;
312 if (bitmaplen < wlen || wlen < 1 || wlen > 32)
314 LogInfo("PrintTypeBitmap: malformed nsec, bitmaplen %d wlen %d", bitmaplen, wlen);
329 bitmaplen
334 NSEC3Parse(const ResourceRecord *const rr, mDNSu8 **salt, int *hashLength, mDNSu8 **nxtName, int *bitmaplen, mDNSu8 **bitmap) argument
445 int len, bitmaplen; local
460 int hashLength, bitmaplen, i; local
1620 BitmapTypeCheck(mDNSu8 *bmap, int bitmaplen, mDNSu16 type) argument
1678 int len, bitmaplen; local
3272 int hashLength, bitmaplen; local
[all...]
H A DDNSCommon.h229 extern void NSEC3Parse(const ResourceRecord *const rr, mDNSu8 **salt, int *hashLength, mDNSu8 **nxtName, int *bitmaplen, mDNSu8 **bitmap);
266 extern mDNSBool BitmapTypeCheck(mDNSu8 *bmap, int bitmaplen, mDNSu16 type);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c911 int len, bitmaplen; local
920 bitmaplen = rdlen - len;
923 while (bitmaplen > 0)
927 if (bitmaplen < 3)
929 printf("Case NSEC: malformed nsec, bitmaplen %d short\n", bitmaplen);
935 bitmaplen -= 2;
936 if (bitmaplen < wlen || wlen < 1 || wlen > 32)
938 printf("Case NSEC: malformed nsec, bitmaplen %d wlen %d\n", bitmaplen, wle
[all...]

Completed in 96 milliseconds