Home | History | Annotate | Download | only in net

Lines Matching refs:LOOPBACK

259                 return new InetAddress[] { Inet6Address.LOOPBACK,
260 Inet4Address.LOOPBACK };
262 return new InetAddress[] { Inet4Address.LOOPBACK,
263 Inet6Address.LOOPBACK };
301 * an address of the loopback interface is returned.
414 * loopback address otherwise. This method works by getting the hostname,
425 * basically being used to get a loopback address or equivalent.
440 * effectively return the loopback address, albeit by getting the name
445 * loopback address.
457 return Inet4Address.LOOPBACK;
571 return Inet4Address.LOOPBACK.getHostAddress();
609 * Returns whether this address is a loopback address or not. This
610 * implementation returns always {@code false}. Valid IPv4 loopback
611 * addresses are 127.d.d.d The only valid IPv6 loopback address is ::1.
613 * @return {@code true} if this instance represents a loopback address,
841 // loopback interface can only reach to local addresses