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