HomeSort by relevance Sort by last modified time
    Searched full:ipv4 (Results 251 - 275 of 929) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 59 static final String STRING_IPV4_ADDRESS_TYPE = "/TYPE=IPV4";
465 // Ipv4 address.
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java 61 static final String STRING_IPV4_ADDRESS_TYPE = "/TYPE=IPV4";
472 // Ipv4 address.
    [all...]
  /system/extras/tests/net_test/
ping6_test.py 219 # If this is a dual-stack socket sending to a mapped IPv4 address, treat it
220 # as IPv4.
228 self.assertTrue(data.startswith("\x08\x00"), "Not an IPv4 echo request")
238 self.assertTrue(rcvd.startswith("\x00\x00"), "Not an IPv4 echo reply")
359 # We can only test this using IPv6 unreachables and IPv4 ping sockets,
360 # because IPv4 packets sent by scapy.send() on loopback are not received by
391 # IPv4 socket address structures, we need to pass down a socket address
480 # Binding both IPv4 and IPv6 to the same socket works.
523 # Binding to AF_UNSPEC is treated as IPv4 if the address is 0.0.0.0.
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 34 // public IPv4 address on eth0. Please try the following steps and adjust
38 // echo 1 > /proc/sys/net/ipv4/ip_forward
86 // We use an IPv6 socket to cover both IPv4 and IPv6.
  /external/selinux/libsepol/src/
node_record.c 55 ERR(handle, "could not parse IPv4 address "
154 "could not expand IPv4 address to string: %s",
563 return "ipv4";
  /frameworks/base/core/java/android/text/format/
Formatter.java 171 * Returns a string in the canonical IPv4 format ###.###.###.### from a packed integer
172 * containing the IP address. The IPv4 address is expected to be in little-endian
175 * @deprecated Use {@link java.net.InetAddress#getHostAddress()}, which supports both IPv4 and
  /frameworks/base/core/tests/coretests/src/android/net/
IpPrefixTest.java 87 fail("Expected IllegalArgumentException: deprecated IPv4 format");
92 fail("Expected IllegalArgumentException: invalid IPv4 address");
250 // IPv4.
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 204 // ipv4 address for routing
305 unsigned int ipv4, char* ipv6) :
306 Subscriber(ipv4, stateMachine)
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 204 // ipv4 address for routing
305 unsigned int ipv4, char* ipv6) :
306 Subscriber(ipv4, stateMachine)
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 204 // ipv4 address for routing
304 unsigned int ipv4, char* ipv6) :
305 Subscriber(ipv4, stateMachine)
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_agps.h 204 // ipv4 address for routing
305 unsigned int ipv4, char* ipv6) :
306 Subscriber(ipv4, stateMachine)
  /libcore/luni/src/main/java/java/net/
Inet6Address.java 177 * Returns whether this IPv6 address is an IPv4-compatible address or not.
178 * An IPv4-compatible address has the prefix {@code ::/96} and is a deprecated
179 * and no-longer used equivalent of the modern IPv4-mapped IPv6 addresses.
  /external/android-clat/
ring.c 116 * to_ipv6 - whether the packet is to be translated to ipv6 or ipv4
  /external/iproute2/include/linux/
if_tun.h 67 #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */
  /external/iproute2/tc/
p_ip.c 2 * m_pedit.c packet editor: IPV4/6 header
  /external/iptables/extensions/
libip6t_MASQUERADE.c 4 * Based on Rusty Russell's IPv4 MASQUERADE target. Development of IPv6 NAT
libip6t_REDIRECT.c 4 * Based on Rusty Russell's IPv4 REDIRECT target. Development of IPv6 NAT
libxt_ecn.c 27 "[!] --ecn-ip-ect [0..3] Match ECN codepoint in IPv4/IPv6 header\n");
libxt_tos.c 46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
  /external/kernel-headers/original/uapi/linux/
if_pppol2tp.h 22 * socket over IPv4.
if_tun.h 82 #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */
mroute6.h 124 * used for IPv4 implementation). This is because this structure will be passed via an
  /external/libnl/src/
nl-cls-add.c 28 " --proto=PROTO Protocol (default=IPv4)\n"
  /external/nist-sip/java/gov/nist/core/
HostPort.java 47 // host / ipv4/ ipv6/
  /external/selinux/libsemanage/src/
nodes_file.c 83 if (!strcasecmp(str, "ipv4"))

Completed in 502 milliseconds

<<11121314151617181920>>