/external/libpcap/ |
D | tokdefs.h | 86 IPV6 = 312, enumerator 190 #define IPV6 312 macro
|
D | grammar.y | 181 %token IPV6 ICMPV6 AH ESP 357 | IPV6 { $$ = Q_IPV6; }
|
D | scanner.l | 190 return IPV6;
|
D | grammar.c | 121 IPV6 = 312, enumerator 225 #define IPV6 312 macro
|
D | scanner.c | 2818 return IPV6;
|
/external/chromium/googleurl/src/ |
D | url_canon_unittest.cc | 675 {"[::]", L"[::]", "[::]", url_parse::Component(0,4), CanonHostInfo::IPV6, -1}, in TEST() 676 {"[::1]", L"[::1]", "[::1]", url_parse::Component(0,5), CanonHostInfo::IPV6, -1}, in TEST() 677 {"[1::]", L"[1::]", "[1::]", url_parse::Component(0,5), CanonHostInfo::IPV6, -1}, in TEST() 678 ….168.0.1]", L"[::192.168.0.1]", "[::c0a8:1]", url_parse::Component(0,10), CanonHostInfo::IPV6, -1}, in TEST() 679 …, L"[::ffff:192.168.0.1]", "[::ffff:c0a8:1]", url_parse::Component(0,15), CanonHostInfo::IPV6, -1}, in TEST() 682 …01:02:003:004:5:6:007]", "[0:1:2:3:4:5:6:7]", url_parse::Component(0,17), CanonHostInfo::IPV6, -1}, in TEST() 685 …A:b:c:DE:fF:0:1:aC]", "[a:b:c:de:ff:0:1:ac]", url_parse::Component(0,20), CanonHostInfo::IPV6, -1}, in TEST() 689 …::3:0]", L"[1:0:0:2::3:0]", "[1::2:0:0:3:0]", url_parse::Component(0,14), CanonHostInfo::IPV6, -1}, in TEST() 690 …0:3:0]", L"[1::2:0:0:3:0]", "[1::2:0:0:3:0]", url_parse::Component(0,14), CanonHostInfo::IPV6, -1}, in TEST() 699 ….2]", L"[::ffff:192.1.2]", "[::ffff:c001:2]", url_parse::Component(0,15), CanonHostInfo::IPV6, -1}, in TEST() [all …]
|
D | url_canon.h | 337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } in IsIPAddress() 350 IPV6, // - Successfully canonicalized as an IPv6 address. enumerator
|
D | url_canon_ip.cc | 667 host_info->family = CanonHostInfo::IPV6; in DoCanonicalizeIPv6Address()
|
/external/iproute2/lib/ |
D | ll_proto.c | 64 __PF(IPV6,ipv6)
|
/external/tcpdump/ |
D | print-isoclns.c | 51 #define IPV6 2 /* AFI value */ macro 1645 } else if (afi == IPV6) { in isis_print_extd_ip_reach() 1676 if (afi == IPV6) in isis_print_extd_ip_reach() 1690 if (afi == IPV6) in isis_print_extd_ip_reach() 1697 (ISIS_MASK_TLV_EXTD_IP6_SUBTLV(status_byte) && afi == IPV6)) { in isis_print_extd_ip_reach() 2269 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV6); in isis_print() 2286 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV6); in isis_print()
|
/external/dnsmasq/po/ |
D | fr.po | 838 msgid "failed to set IPV6 options on listening socket: %s" 839 msgstr "impossible d'activer les options IPV6 sur la socket de lecture : %s" 1379 msgstr "tentative de lier une adresse serveur IPV6 via DBus - pas de support IPV6"
|
D | id.po | 963 msgid "failed to set IPV6 options on listening socket: %s" 964 msgstr "gagal menyetel IPV6 pada socket: %s"
|
D | pl.po | 820 msgid "failed to set IPV6 options on listening socket: %s" 821 msgstr "b��d ustawiania opcji IPV6 na nas�uchuj�cym gnie�dzie: %s"
|
D | fi.po | 812 msgid "failed to set IPV6 options on listening socket: %s"
|
D | it.po | 812 msgid "failed to set IPV6 options on listening socket: %s"
|
D | pt_BR.po | 812 msgid "failed to set IPV6 options on listening socket: %s"
|
D | de.po | 855 msgid "failed to set IPV6 options on listening socket: %s"
|
D | ro.po | 837 msgid "failed to set IPV6 options on listening socket: %s"
|
D | no.po | 839 msgid "failed to set IPV6 options on listening socket: %s"
|
D | es.po | 840 msgid "failed to set IPV6 options on listening socket: %s"
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.cc | 345 if (host_info.family == url_canon::CanonHostInfo::IPV6) in Parse()
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1834 up MMU and IPV6 status correctly on every system I tested.
|