Searched refs:MAXNAMESIZE (Results 1 – 1 of 1) sorted by relevance
97 private static final int MAXNAMESIZE = 255; field in DnsPacket.DnsRecord127 if (dName.length() > MAXNAMESIZE) { in DnsRecord()