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

/libcore/ojluni/src/main/java/java/net/
H A DInet6Address.java170 final static int INADDRSZ = 16; field in class:Inet6Address
216 ipaddress = new byte[INADDRSZ];
225 if (addr.length == INADDRSZ) { // normal IPv6 address
277 if (addr.length == Inet6Address.INADDRSZ) {
308 if (addr.length == Inet6Address.INADDRSZ) {
329 if (addr.length == INADDRSZ) { // normal IPv6 address
448 if (ipaddress.length != INADDRSZ) {
481 for (int i = 0; i < INADDRSZ; i++) {
670 while (i<INADDRSZ) {
673 while (j<4 && i<INADDRSZ) {
[all...]
H A DInet4Address.java91 final static int INADDRSZ = 4; field in class:Inet4Address
120 if (addr.length == INADDRSZ) {
319 byte[] addr = new byte[INADDRSZ];
H A DInetAddress.java662 if (addr.length == Inet4Address.INADDRSZ) {
664 } else if (addr.length == Inet6Address.INADDRSZ) {

Completed in 86 milliseconds