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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
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
448 int len, bitmaplen; local
463 int hashLength, bitmaplen, i; local
1626 BitmapTypeCheck(mDNSu8 *bmap, int bitmaplen, mDNSu16 type) argument
1684 int len, bitmaplen; local
3280 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);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c889 int len, bitmaplen; local
898 bitmaplen = rdlen - len;
901 while (bitmaplen > 0)
905 if (bitmaplen < 3)
907 printf("Case NSEC: malformed nsec, bitmaplen %d short\n", bitmaplen);
913 bitmaplen -= 2;
914 if (bitmaplen < wlen || wlen < 1 || wlen > 32)
916 printf("Case NSEC: malformed nsec, bitmaplen %d wlen %d\n", bitmaplen, wle
[all...]

Completed in 346 milliseconds