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

/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsClient.java60 private static final int DNS_HDR_SIZE = 12; field in class:DnsClient
479 int pktLen = DNS_HDR_SIZE + qnameLen + 4;
490 makeQueryName(fqdn, pkt, DNS_HDR_SIZE);
491 pkt.putShort(qtype, DNS_HDR_SIZE + qnameLen);
492 pkt.putShort(qclass, DNS_HDR_SIZE + qnameLen + 2);

Completed in 33 milliseconds