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

  /external/smack/src/org/xbill/DNS/
IPSECKEYRecord.java 30 public static final int IPv4 = 1;
69 case Gateway.IPv4:
72 "must be an IPv4 " +
107 case Gateway.IPv4:
135 case Gateway.IPv4:
136 gateway = st.getAddress(Address.IPv4);
163 case Gateway.IPv4:
217 case Gateway.IPv4:
Address.java 17 public static final int IPv4 = 1;
115 // An IPv4 address must be the last component
121 byte [] v4addr = Address.toByteArray(tokens[i], IPv4);
177 * Convert a string containing an IPv4 address to an array of 4 integers.
183 return toArray(s, IPv4);
194 if (family == IPv4)
209 byte [] address = Address.toByteArray(s, IPv4);
214 * Converts a byte array containing an IPv4 address into a dotted quad string.
225 * Converts an int array containing an IPv4 address into a dotted quad string.
291 * The address can be either IPv4 or IPv6
    [all...]
ARecord.java 52 if (Address.familyOf(address) != Address.IPv4)
53 throw new IllegalArgumentException("invalid IPv4 address");
64 InetAddress address = st.getAddress(Address.IPv4);
APLRecord.java 43 * Creates an APL element corresponding to an IPv4 or IPv6 prefix.
45 * @param address The IPv4 or IPv6 address.
62 if (family == Address.IPv4 || family == Address.IPv6)
103 if ((family == Address.IPv4 && prefixLength > 32) ||
123 if (element.family != Address.IPv4 &&
160 if (family == Address.IPv4 || family == Address.IPv6) {
208 if (family != Address.IPv4 && family != Address.IPv6)
266 if (element.family == Address.IPv4 ||
ReverseMap.java 9 * For the IPv4 address a.b.c.d, the reverse map name is d.c.b.a.in-addr.arpa.
26 * an array of 4 bytes (for an IPv4 address) or 16 bytes (for an IPv6 address).
69 * an array of 4 integers between 0 and 255 (for an IPv4 address) or 16
122 byte [] array = Address.toByteArray(addr, Address.IPv4);
ClientSubnetOption.java 24 * The wire format of the option contains a 2-byte length field (1 for IPv4, 2
98 * Returns the family of the network address. This will be either IPv4 (1)
127 if (family != Address.IPv4 && family != Address.IPv6)
WKSRecord.java 599 if (Address.familyOf(address) != Address.IPv4)
600 throw new IllegalArgumentException("invalid IPv4 address");
634 address = Address.toByteArray(s, Address.IPv4);
  /external/iproute2/doc/
ip-tunnels.tex 222 with all IPv4 addresses mapped to IPv6 space, so that all IPv4
406 echo 0 > /proc/sys/net/ipv4/neigh/Universe/mcast_solicit
ip-cref.tex 758 There is a tweak in \verb|/proc/sys/net/ipv4/conf/<dev>/promote_secondaries|
761 \verb|net.ipv4.conf.all.promote_secondaries=1| to \verb|/etc/sysctl.conf|.
839 Neighbour entries are organized into tables. The IPv4 neighbour table
867 --- the protocol address of the neighbour. It is either an IPv4 or IPv6 address.
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 135 // IPv4 and IPv6 mix.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 135 // IPv4 and IPv6 mix.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js     [all...]
  /external/chromium_org/url/
url_canon_unittest.cc 460 "192.168.0.1", Component(0, 11), CanonHostInfo::IPV4, 3,
463 "192.168.0.1", Component(0, 11), CanonHostInfo::IPV4, 3,
472 {"\xef\xbc\x90%Ef%bc\xb8%ef%Bd%83\xef\xbc\x90%EF%BC%8E\xef\xbc\x90\xef\xbc\x92\xef\xbc\x95\xef\xbc\x90\xef\xbc%8E\xef\xbc\x90\xef\xbc\x91", L"\xff10\xff38\xff43\xff10\xff0e\xff10\xff12\xff15\xff10\xff0e\xff10\xff11", "192.168.0.1", Component(0, 11), CanonHostInfo::IPV4, 3, "C0A80001"},
562 if (host_cases[i].expected_family == CanonHostInfo::IPV4) {
588 if (host_cases[i].expected_family == CanonHostInfo::IPV4) {
596 TEST(URLCanonTest, IPv4) {
602 {"192.168.0.1", L"192.168.0.1", "192.168.0.1", Component(0, 11), CanonHostInfo::IPV4, 4, "C0A80001"},
603 {"0300.0250.00.01", L"0300.0250.00.01", "192.168.0.1", Component(0, 11), CanonHostInfo::IPV4, 4, "C0A80001"},
604 {"0xC0.0Xa8.0x0.0x1", L"0xC0.0Xa8.0x0.0x1", "192.168.0.1", Component(0, 11), CanonHostInfo::IPV4, 4, "C0A80001"},
612 {"192", L"192", "0.0.0.192", Component(0, 9), CanonHostInfo::IPV4, 1, "000000C0"}
    [all...]

Completed in 3177 milliseconds