HomeSort by relevance Sort by last modified time
    Searched refs:LOOPBACK (Results 1 - 7 of 7) sorted by null

  /dalvik/libcore/luni/src/main/java/java/net/
Inet4Address.java 37 final static InetAddress LOOPBACK = new Inet4Address(
81 * Returns whether the represented address is a loopback address or not.
82 * Loopback IPv4 addresses are prefixed with: 011111111 = 127.
97 * IPv4 auto-configuration addresses, prefix 169.254/16, IPv4 loopback
105 // The reference implementation does not return true for loopback
InetAddress.java 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;
    [all...]
Inet6Address.java 38 static final InetAddress LOOPBACK = new Inet6Address(new byte[]
239 * Returns whether this address is the loopback address or not. The only
240 * valid IPv6 loopback address is "::1".
242 * @return {@code true} if this instance represents the loopback address,
  /external/iproute2/lib/
ll_types.c 88 __PF(LOOPBACK,loopback)
  /external/kernel-headers/original/linux/
in.h 228 /* Network number for local host loopback. */
231 /* Address to loopback in software to local host. */
247 #define LOOPBACK(x) (((x) & htonl(0xff000000)) == htonl(0x7f000000))
  /external/iproute2/ip/
ipaddress.c 93 _PF(LOOPBACK);
  /external/iproute2/doc/
ip-cref.tex 398 \item \verb|LOOPBACK| --- the interface does not communicate with other
409 If neither \verb|LOOPBACK| nor \verb|BROADCAST| nor \verb|POINTOPOINT|
640 --- add the usual loopback address to the loopback device.
662 --- deletes the loopback address from the loopback device.
    [all...]

Completed in 97 milliseconds