Searched refs:IPv4 (Results 1 - 12 of 12) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DIPSECKEYRecord.java30 public static final int IPv4 = 1; field in class:IPSECKEYRecord.Gateway
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:
H A DAddress.java17 public static final int IPv4 = 1; field in class:Address
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 o
[all...]
H A DARecord.java52 if (Address.familyOf(address) != Address.IPv4)
53 throw new IllegalArgumentException("invalid IPv4 address");
64 InetAddress address = st.getAddress(Address.IPv4);
H A DAPLRecord.java43 * 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 ||
H A DReverseMap.java9 * 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);
H A DClientSubnetOption.java24 * 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)
H A DWKSRecord.java599 if (Address.familyOf(address) != Address.IPv4)
600 throw new IllegalArgumentException("invalid IPv4 address");
634 address = Address.toByteArray(s, Address.IPv4);
/external/iproute2/doc/
H A Dip-tunnels.tex222 with all IPv4 addresses mapped to IPv6 space, so that all IPv4
H A Dip-cref.tex839 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.
1281 all packets will be sent without the DF bit in IPv4 case
2384 packets in IPv4 packets and then sending them over the IP infrastructure.
2756 to the destination. Unlike IPv6, the scopes of IPv4 destinations
/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc542 TEST(URLCanonTest, IPv4) {
692 // IPv4 addresses
693 // Only mapped and compat addresses can have IPv4 syntax embedded.
698 // IPv4 with last component missing.
701 // IPv4 using hex.
719 // Too many components means not an IP address. Similarly with too few if using IPv4 compat or mapped addresses.
/external/chromium_org/url/
H A Durl_canon_unittest.cc666 TEST(URLCanonTest, IPv4) {
818 // Addresses with embedded IPv4.
825 // IPv4 with last component missing.
828 // IPv4 using hex.
846 // Too many components means not an IP address. Similarly with too few if using IPv4 compat or mapped addresses.
/external/openssh/
H A Dconfigure1435 --with-4in6 Check for and convert IPv4 in IPv6 mapped addresses
15716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need to convert IPv4 in IPv6-mapped addresses" >&5
15717 $as_echo_n "checking if we need to convert IPv4 in IPv6-mapped addresses... " >&6; }

Completed in 286 milliseconds