/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/netinet/ |
icmp6.h | 166 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 408 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/netinet/ |
icmp6.h | 166 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 408 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/netinet/ |
icmp6.h | 159 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 390 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/netinet/ |
icmp6.h | 159 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 390 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/netinet/ |
icmp6.h | 159 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 390 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/netinet/ |
icmp6.h | 159 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 390 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/netinet/ |
icmp6.h | 159 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 390 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/netinet/ |
icmp6.h | 159 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 390 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/ |
icmp6.h | 159 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ 390 #define NI_QTYPE_IPV4ADDR 4 /* IPv4 Addresses */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 543 # IPv4 is in use, just make sure send_eprt has not been used 550 # IPv4 is in use, just make sure send_epsv has not been used
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 543 # IPv4 is in use, just make sure send_eprt has not been used 550 # IPv4 is in use, just make sure send_epsv has not been used
|
/external/ipsec-tools/src/racoon/ |
cfparse.y | 671 yyerror("bad IPv4 network address."); 682 yyerror("bad IPv4 netmask address."); 949 yyerror("bad IPv4 DNS address."); 970 yyerror("bad IPv4 WINS address."); 990 yyerror("bad IPv4 SPLIT address."); [all...] |
/hardware/libhardware/include/hardware/ |
gps.h | 693 /** Represents the status of AGPS augmented with a IPv4 address field. */ 703 /* Represents the status of AGPS augmented to support IPv4 and IPv6. */ 712 * Must be set to a valid IPv4 address if the field 'addr' contains an IPv4 718 * Must contain the IPv4 (AF_INET) or IPv6 (AF_INET6) address to report. [all...] |
/external/libpcap/ |
gencode.c | 179 OR_TRAN_IPV4, /* relative to the transport-layer header, with IPv4 network layer */ [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiStateMachine.java | 508 * Currently includes IPv4 and IPv6 addresses. In the future will also include IPv6 DNS servers [all...] |
/external/fio/ |
gfio.c | 510 if (!ctext || !strncmp(ctext, "IPv4", 4) || !strncmp(ctext, "IPv6", 4)) 578 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(cw.combo), "IPv4"); 615 if (!typeentry || !strncmp(typeentry, "IPv4", 4)) [all...] |
/external/iproute2/doc/ |
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/mdnsresponder/mDNSCore/ |
DNSCommon.c | 47 // LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP port 5355. 185 case kDNSType_A: mDNS_snprintf(buffer+length, RemSpc, "%.4a", &rd->ipv4); break; [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 520 case kDNSType_A: n += mprintf("%.4a", &rd->ipv4); break; 796 // For now we're only interested in monitoring IPv4 traffic. 893 if (IPv4HostList.num) mprintf(" %ld (IPv4)", IPv4HostList.num); [all...] |
/external/openssh/ |
config.h | 14 /* System only supports IPv4 audit records */ [all...] |
config.h.in | 10 /* System only supports IPv4 audit records */ [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 166 * auth_serv_sock - IPv4 socket for RADIUS authentication messages 171 * acct_serv_sock - IPv4 socket for RADIUS accounting messages [all...] |
/libcore/luni/src/main/java/java/net/ |
URI.java | 114 * <tr><td>Host </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code -.[]} </td><td>Domain name, IPv4 address or [IPv6 address] </td><td> </td><td>host</td></tr> 557 // IPv4 address? 567 throw new URISyntaxException(host, "Malformed IPv4 address", 0); [all...] |
/bionic/libc/dns/include/ |
resolv_private.h | 234 #define RES_IPV4ONLY 0x00000002 /* IPv4 only */
|
/cts/tests/tests/net/src/android/net/cts/ |
DnsTest.java | 50 * DNS works - forwards and backwards, giving ipv4 and ipv6
|