HomeSort by relevance Sort by last modified time
    Searched full:ipv4 (Results 476 - 500 of 1538) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 305 ALOGE("Unable to allocate byte array for IPv4 address");
309 jbyte ipv4[4]; local
311 ALOGV("Converting IPv4 address(net_order) %x", ip);
312 memcpy(ipv4, &ip, sizeof(ipv4));
314 ALOGV("Converting IPv4 address(host_order) %x", ip);
316 ipv4[0] = (jbyte) (ip & 0xFF);
317 ipv4[1] = (jbyte)((ip>>8) & 0xFF);
318 ipv4[2] = (jbyte)((ip>>16) & 0xFF);
319 ipv4[3] = (jbyte) (ip>>24)
    [all...]
  /development/scripts/
reverse_tether.sh 156 sudo sysctl -w net.ipv4.ip_forward=1
171 sudo sysctl -w net.ipv4.ip_forward=0
  /device/google/marlin/dataservices/datatop/src/
datatop_sys_snap.c 116 /* IPv4 */
167 /* IPv4 */
  /external/android-clat/
dump.c 148 /* print ipv4/udp header */
205 /* print ipv4/tcp header */
  /external/autotest/client/cros/
chrooted_avahi.py 39 'use-ipv4=yes\n'
48 'publish-aaaa-on-ipv4=no\n'
dhcp_handling_rule.py 281 |intended_ip| is an IPv4 address string like "192.168.1.100".
283 |server_ip| is an IPv4 address string like "192.168.1.1".
374 All *_ip arguments are IPv4 address strings like "192.168.1.101".
460 All *_ip arguments are IPv4 address strings like "192.168.1.101".
515 All *_ip arguments are IPv4 address strings like "192.168.1.101".
599 All *_ip arguments are IPv4 address strings like "192.168.1.101".
  /external/c-ares/
inet_ntop.c 88 * format an IPv4 address
181 /* Is this address an encapsulated IPv4? */
  /external/kernel-headers/original/uapi/linux/
virtio_net.h 90 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */
91 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */
  /external/libmicrohttpd/src/spdy2http/
proxy.c 70 bool ipv4; member in struct:global_options
947 if(glob_opt.ipv4 && !glob_opt.ipv6)
949 else if(glob_opt.ipv6 && !glob_opt.ipv4)
1281 " -4, --curl-ipv4 Curl may use IPv4 to connect to the final destination.\n"
1283 " If neither --curl-ipv4 nor --curl-ipv6 is set,\n"
    [all...]
  /external/nist-sip/java/gov/nist/core/
Host.java 246 * (and not an IPV4 address)
254 * (and not an IPV4 address)
  /external/tcpdump/
print-rpki-rtr.c 51 * IPv4 Prefix PDU.
102 { RPKI_RTR_IPV4_PREFIX_PDU, "IPV4 Prefix" },
print-ldp.c 159 { LDP_TLV_IPV4_TRANSPORT_ADDR, "IPv4 Transport Address" },
285 ND_PRINT((ndo, "\n\t IPv4 Transport Address: %s", ipaddr_string(ndo, tptr)));
362 ND_PRINT((ndo, ": IPv4 prefix (goes past end of TLV)"));
364 ND_PRINT((ndo, ": IPv4 prefix (invalid length)"));
366 ND_PRINT((ndo, ": IPv4 prefix %s", buf));
374 ND_PRINT((ndo, ": IPv4 prefix (goes past end of TLV)"));
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IPv6TetheringCoordinator.java 36 * IPv6 tethering is rather different from IPv4 owing to the absence of NAT.
177 // For now, we do not support separate IPv4 and IPv6 upstreams (e.g.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_arp.h 86 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734. */
115 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_arp.h 86 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734. */
115 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4. */
  /system/extras/tests/net_test/
tcp_nuke_addr_test.py 81 ip_addr: The IP address (IPv4 or IPv6 depending on the addr_family).
152 https://www.codeaurora.org/cgit/quic/la/kernel/msm-3.18/commit/net/ipv4/tcp.c?h=aosp/android-3.10&id=1dcd3a1fa2fe78251cc91700eb1d384ab02e2dd6
  /system/netd/server/
BandwidthController.h 153 /* Runs for both ipv4 and ipv6 iptables */
155 /* Runs for both ipv4 and ipv6 iptables, appends -j REJECT --reject-with ... */
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
query.py 90 @type where: string containing an IPv4 or IPv6 address
101 @param source: source address. The default is the IPv4 wildcard address.
198 @type where: string containing an IPv4 or IPv6 address
209 @param source: source address. The default is the IPv4 wildcard address.
265 @type where: string containing an IPv4 or IPv6 address
296 @param source: source address. The default is the IPv4 wildcard address.
  /libcore/ojluni/src/main/java/java/net/
StandardSocketOptions.java 51 * datagram-oriented sockets sending to {@link java.net.Inet4Address IPv4}
229 * StandardProtocolFamily#INET IPv4} socket. The interpretation of the ToS
260 * sets the outgoing interface for multlicast datagrams sent to IPv4
281 * In the case of an {@link StandardProtocolFamily#INET IPv4} socket
289 * on multicast datagrams sent to IPv4 addresses.
313 * sent to IPv4 addresses.
  /libcore/ojluni/src/main/java/sun/nio/ch/
DatagramChannelImpl.java 198 // IPv4 only; no-op for IPv6
223 // need IPv4 address to identify interface
226 throw new IOException("Network interface not configured for IPv4");
258 // IPv4 only; always return 0 on IPv6
688 // only Inet4Address allowed with IPv4 socket
697 // only Inet4Address allowed with IPv4 socket
  /prebuilts/go/darwin-x86/src/net/
listen_test.go 225 t.Skip("both IPv4 and IPv6 are required")
312 t.Skip("both IPv4 and IPv6 are required")
447 // and IPv6 IPv4-mapping capability, we can assume
461 // and IPv6 IPv4-mapping capability, we can assume
515 {"udp", &UDPAddr{IP: IPv4(224, 0, 0, 254), Port: 12345}},
517 {"udp4", &UDPAddr{IP: IPv4(224, 0, 0, 254), Port: 12345}},
  /prebuilts/go/linux-x86/src/net/
listen_test.go 225 t.Skip("both IPv4 and IPv6 are required")
312 t.Skip("both IPv4 and IPv6 are required")
447 // and IPv6 IPv4-mapping capability, we can assume
461 // and IPv6 IPv4-mapping capability, we can assume
515 {"udp", &UDPAddr{IP: IPv4(224, 0, 0, 254), Port: 12345}},
517 {"udp4", &UDPAddr{IP: IPv4(224, 0, 0, 254), Port: 12345}},
  /external/libevent/
evutil.c 532 /* We sometimes need to know whether we have an ipv4 address and whether we
534 the test. If 'had_ipv4_address', then it turns out we had an ipv4 address.
539 /* Macro: True iff the IPv4 address 'addr', in host order, is in 127.0.0.0/8
543 /* Macro: True iff the IPv4 address 'addr', in host order, is a class D
548 /* Test whether we have an ipv4 interface and an ipv6 interface. Return 0 if
589 /* We might have an IPv4 interface. */
600 event_warnx("Got a strange local ipv4 address %s",buf);
602 event_debug(("Detected an IPv4 interface"));
625 event_debug(("Detected an IPv4 interface"));
801 * - Handle the cases where nodename is an IPv4 or IPv6 address
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ethtool.h 375 * struct ethtool_tcpip4_spec - flow specification for TCP/IPv4 etc.
382 * This can be used to specify a TCP/IPv4, UDP/IPv4 or SCTP/IPv4 flow.
393 * struct ethtool_ah_espip4_spec - flow specification for IPsec/IPv4
399 * This can be used to specify an IPsec transport or tunnel over IPv4.
411 * struct ethtool_usrip4_spec - general flow specification for IPv4
    [all...]

Completed in 2078 milliseconds

<<11121314151617181920>>