Searched refs:MAXLABELCOUNT (Results 1 – 1 of 1) sorted by relevance
99 private static final int MAXLABELCOUNT = 128; field in DnsPacket.DnsRecord182 if (depth > MAXLABELCOUNT) { in parseName()