/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/netinet/ |
icmp6.h | 164 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 571 * IPv6 ICMP statistics.
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/netinet/ |
icmp6.h | 157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 543 * IPv6 ICMP statistics.
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/netinet/ |
icmp6.h | 157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 543 * IPv6 ICMP statistics.
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/netinet/ |
icmp6.h | 157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 543 * IPv6 ICMP statistics.
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/netinet/ |
icmp6.h | 157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 543 * IPv6 ICMP statistics.
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/netinet/ |
icmp6.h | 157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 543 * IPv6 ICMP statistics.
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/netinet/ |
icmp6.h | 157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 543 * IPv6 ICMP statistics.
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/ |
icmp6.h | 157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ 543 * IPv6 ICMP statistics.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 129 # Default host header on IPv6 transaction should wrapped by [] if 130 # its actual IPv6 address
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 129 # Default host header on IPv6 transaction should wrapped by [] if 130 # its actual IPv6 address
|
/system/core/libsysutils/src/ |
NetlinkEvent.cpp | 198 SLOGE("Short IPv6 address (%zu bytes) in %s", 467 // Reserve sufficient space for an IPv6 link-local address: all but the
|
/system/core/rootdir/ |
init.rc | 105 write /proc/sys/net/ipv6/fwmark_reflect 1 112 write /proc/sys/net/ipv6/conf/all/accept_redirects 0
|
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 633 (void) interfaceIndex; // This parameter unused on plaforms that don't have IPv6 750 #warning This platform has no way to get the destination interface information for IPv6 -- will only work for single-homed hosts 783 // We want to receive only IPv6 packets on this socket. 949 if (err == 0) /* Link the IPv6 list to the end of the IPv4 list */ [all...] |
NetMonitor.c | 547 case kDNSType_AAAA: n += mprintf("%.16a", &rd->ipv6); break; 797 // All IPv6 packets should just be duplicates of the v4 packets. 894 if (IPv6HostList.num) mprintf(" %ld (IPv6)", IPv6HostList.num); [all...] |
/external/openssh/ |
ssh_config.5 | 231 (use IPv6 only). 579 IPv6 addresses can be specified by enclosing addresses in square brackets. 832 character, which may be used when specifying IPv6 link-local addresses. 1033 IPv6 addresses can be specified by enclosing addresses in square brackets. [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTest.java | 257 assertTrue("ANY address not IPv6: " + s.getLocalSocketAddress(), 684 assertTrue("ANY address not IPv6: " + s.getLocalSocketAddress(), 691 assertTrue("ANY address not IPv6: " + s.getLocalSocketAddress(), [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNS.c | [all...] |
/external/tcpdump/ |
print-isoclns.c | 139 #define ISIS_TLV_IP6ADDR 232 /* draft-ietf-isis-ipv6-02 */ 141 #define ISIS_TLV_IP6_REACH 236 /* draft-ietf-isis-ipv6-02 */ 183 { ISIS_TLV_IP6ADDR, "IPv6 Interface address(es)"}, 185 { ISIS_TLV_IP6_REACH, "IPv6 reachability"}, 519 { 2, "IPv6 unicast"}, [all...] |
print-pim.c | 101 * XXX: We consider a case where IPv6 is not ready yet for portability, 102 * but PIM dependent defintions should be independent of IPv6... 770 case 6: /* IPv6 */
|
/external/dnsmasq/po/ |
de.po | 855 msgid "failed to set IPV6 options on listening socket: %s" 1392 msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
|
fi.po | 812 msgid "failed to set IPV6 options on listening socket: %s" 1349 msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
|
it.po | 812 msgid "failed to set IPV6 options on listening socket: %s" 1349 msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
|
pt_BR.po | 812 msgid "failed to set IPV6 options on listening socket: %s" 1349 msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
|
/external/fio/ |
gfio.c | 510 if (!ctext || !strncmp(ctext, "IPv4", 4) || !strncmp(ctext, "IPv6", 4)) 579 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(cw.combo), "IPv6"); 617 else if (!strncmp(typeentry, "IPv6", 4)) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 60 * zones from IPv6 addresses. Address scope zones are sometimes returned 61 * at the end of IPv6 addresses generated by InetAddress.getHostAddress(). [all...] |