Searched
full:ipv4 (Results
426 -
450 of
1538) sorted by null
<<11121314151617181920>>
/libcore/ojluni/src/main/java/java/net/ |
InetAddress.java | 107 * For IPv4 address format, please refer to <A 113 * System Properties</a> affecting how IPv4 and IPv6 addresses are used.</P> 203 * Holds a 32-bit IPv4 address. 212 * Specifies the address family type, for instance, AF_INET for IPv4 228 /* The implementation is always dual stack IPv6/IPv4 on android */ 636 * <p> If addr specifies an IPv4 address an instance of Inet4Address 640 * <p> IPv4 address byte array must be 4 bytes long and IPv6 byte array 758 * The InetAddress returned will represent the IPv4 760 * address, ::1. The IPv4 loopback address returned 778 * <p> IPv4 address byte array must be 4 bytes long and IPv6 byte arra [all...] |
/libcore/ojluni/src/main/native/ |
Inet6AddressImpl.c | 94 * For IPv4 addresses construct a sockaddr_in structure. 283 * If it's an IPv4 address, ICMP won't work with IPv4 mapped address,
|
/system/webservd/webservd/ |
log_manager.cc | 56 PLOG(ERROR) << "Unable to get IP address string (IPv4)"; 63 // Note that inet_ntop(3) doesn't handle IPv4-mapped IPv6 65 // "::ffff:172.22.72.163" instead of the more traditional IPv4
|
/external/android-clat/ |
ring.c | 116 * to_ipv6 - whether the packet is to be translated to ipv6 or ipv4
|
/external/autotest/client/cros/cellular/ |
base_station_interface.py | 26 """Sets base station IPv4 addresses."""
|
/external/autotest/client/site_tests/security_Firewall/ |
security_Firewall.py | 42 @param executable: 'iptables' for IPv4 or 'ip6tables' for IPv6.
|
/external/avahi/avahi-core/ |
dns-spin-test.c | 97 0, 1, /* QCLASS IN (internet/ipv4) */
|
/external/avahi/avahi-daemon/ |
simple-protocol.c | 287 "+ RESOLVE-HOSTNAME-IPV4 <hostname>\n" 290 "+ BROWSE-DNS-SERVERS-IPV4\n" 296 } else if (strcmp(cmd, "RESOLVE-HOSTNAME-IPV4") == 0 && n_args == 2) { 328 } else if (strcmp(cmd, "BROWSE-DNS-SERVERS-IPV4") == 0 && n_args == 1) {
|
/external/avahi/avahi-gobject/ |
ga-enums.h | 30 GA_PROTOCOL_INET = AVAHI_PROTO_INET, /**< IPv4 */
|
/external/avahi/man/ |
avahi-dnsconfd.action.8.xml.in | 53 <p><opt>argv[4]</opt> Numerical protocol number this DNS server was found on. (usually 2 for IPv4 and 10 for IPv6) </p>
|
avahi-resolve.1.xml.in | 70 <optdesc><p>When resolving a host name, look for IPv4 addresses exclusively.</p></optdesc>
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_RESOLVE.3 | 43 ADDRESS can of course be either IPv4 or IPv6 style addressing.
|
/external/curl/lib/ |
connect.h | 44 IPv4/IPv6 connection attempts */
|
hostasyn.c | 109 /* IPv4: The input hostent struct will be freed by ares when we return from
|
/external/curl/tests/ |
httpserver.pl | 72 elsif($ARGV[0] eq '--ipv4') {
|
rtspserver.pl | 69 elsif($ARGV[0] eq '--ipv4') {
|
tftpserver.pl | 70 elsif($ARGV[0] eq '--ipv4') {
|
/external/dhcpcd-6.8.2/ |
if-sun.c | 39 #include "ipv4.h"
|
/external/iproute2/include/linux/ |
if_tun.h | 80 #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */
|
/external/iproute2/ip/ |
link_iptnl.c | 217 if (strcmp(*argv, "ipv6/ipv4") == 0 || 220 else if (strcmp(*argv, "ipv4/ipv4") == 0 || 224 else if (strcmp(*argv, "any/ipv4") == 0 ||
|
/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"
|
Completed in 441 milliseconds
<<11121314151617181920>>