HomeSort by relevance Sort by last modified time
    Searched full:isatap (Results 1 - 9 of 9) sorted by null

  /external/iproute2/man/man8/
ip-tunnel.8 54 .RB " { " ipip " | " gre " | " sit " | " isatap " | " ip6ip6 " | " ipip6 " | " any " }"
101 .BR ipip ", " sit ", " isatap " and " gre "."
219 .SS ip tunnel prl - potential router list (ISATAP only)
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 777 * Evaluates whether the argument is an ISATAP address.
779 * <p>From RFC 5214: "ISATAP interface identifiers are constructed in
784 * <p>For more on ISATAP addresses see section 6.1 of
788 * @param ip {@link Inet6Address} to be examined for ISATAP address
790 * @return {@code true} if the argument is an ISATAP address
795 // which would be encoded as 0x5efe then it can't be an ISATAP address.
814 * Returns the IPv4 address embedded in an ISATAP address.
817 * in ISATAP address
818 * @return {@link Inet4Address} of embedded IPv4 in an ISATAP address
820 * IPv6 ISATAP addres
    [all...]
  /external/iproute2/ip/
iptunnel.c 36 fprintf(stderr, " [ mode { ipip | gre | sit | isatap } ] [ remote ADDR ] [ local ADDR ]\n");
54 int isatap = 0; local
90 } else if (strcmp(*argv, "isatap") == 0) {
96 isatap++;
220 else if (memcmp(p->name, "isatap", 6) == 0) {
222 isatap++;
251 if (isatap)
  /external/libnl/include/linux/
if_bad.h 63 #define IFF_ISATAP 0x80 /* ISATAP interface (RFC4214) */
  /external/iproute2/include/linux/
if.h 67 #define IFF_ISATAP 0x80 /* ISATAP interface (RFC4214) */
  /external/kernel-headers/original/uapi/linux/
if.h 67 #define IFF_ISATAP 0x80 /* ISATAP interface (RFC4214) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if.h 67 #define IFF_ISATAP 0x80 /* ISATAP interface (RFC4214) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if.h 67 #define IFF_ISATAP 0x80 /* ISATAP interface (RFC4214) */
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 486 "2001:0:102:203:200:5efe:506:708", // Teredo address; not ISATAP
515 // Test ISATAP address.

Completed in 763 milliseconds