/external/libpcap/ |
tokdefs.h | 86 IPV6 = 312, 190 #define IPV6 312
|
grammar.c | 121 IPV6 = 312, 225 #define IPV6 312 789 "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP", "VLAN", "MPLS", "PPPOED", [all...] |
grammar.y | 181 %token IPV6 ICMPV6 AH ESP 357 | IPV6 { $$ = Q_IPV6; }
|
scanner.l | 190 return IPV6; 322 bpf_error("bogus IPv6 address %s", yytext); 327 bpf_error("IPv6 address %s not supported", yytext);
|
scanner.c | [all...] |
/external/chromium_org/url/ |
url_canon_unittest.cc | [all...] |
url_canon.h | 317 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } 327 // as an IPv6 address. Never attempt to connect to this 330 IPV6, // - Successfully canonicalized as an IPv6 address. 340 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6. 352 return family == IPV4 ? 4 : (family == IPV6 ? 16 : 0); 386 // Tries to interpret the given host name as an IPv4 or IPv6 address. If it is [all...] |
url_canon_ip.cc | 247 // Could be IPv6 or a hostname. 252 // Helper class that describes the main components of an IPv6 input string. 311 // Parse the IPv6 input string. If parsing succeeded returns true and fills 407 // Verifies the parsed IPv6 information, checking that the various components 458 // Converts an IPv6 address to a 128-bit number (network byte order), returning 459 // true on success. False means that the input was not a valid IPv6 address. 472 // Parse the IPv6 address -- identify where all the colon separated hex 555 // Return true if we've made a final IPV6/BROKEN decision, false if the result 564 // If it's not an IPv6 address, scan for characters that should *only* 565 // exist in an IPv6 address [all...] |
/external/chromium/googleurl/src/ |
url_canon_unittest.cc | 658 TEST(URLCanonTest, IPv6) { 675 {"[::]", L"[::]", "[::]", url_parse::Component(0,4), CanonHostInfo::IPV6, -1} [all...] |
url_canon.h | 337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } 347 // as an IPv6 address. Never attempt to connect to this 350 IPV6, // - Successfully canonicalized as an IPv6 address. 360 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6. 395 // Tries to interpret the given host name as an IPv4 or IPv6 address. If it is [all...] |
url_canon_ip.cc | 280 // Could be IPv6 or a hostname. 285 // Helper class that describes the main components of an IPv6 input string. 344 // Parse the IPv6 input string. If parsing succeeded returns true and fills 440 // Verifies the parsed IPv6 information, checking that the various components 491 // Converts an IPv6 address to a 128-bit number (network byte order), returning 492 // true on success. False means that the input was not a valid IPv6 address. 505 // Parse the IPv6 address -- identify where all the colon separated hex 600 // Return true if we've made a final IPV6/BROKEN decision, false if the result 610 // If it's not an IPv6 address, scan for characters that should *only* 611 // exist in an IPv6 address [all...] |
/external/iproute2/lib/ |
ll_proto.c | 58 __PF(IPV6,ipv6)
|
/external/tcpdump/ |
print-isoclns.c | 51 #define IPV6 2 /* AFI value */ 139 #define ISIS_TLV_IP6ADDR 232 /* draft-ietf-isis-ipv6-02 */ 141 #define ISIS_TLV_IP6_REACH 236 /* draft-ietf-isis-ipv6-02 */ 181 { ISIS_TLV_IP6ADDR, "IPv6 Interface address(es)"}, 183 { ISIS_TLV_IP6_REACH, "IPv6 reachability"}, 456 { 2, "IPv6 unicast"}, [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_input.cc | 350 if (host_info.family == url_canon::CanonHostInfo::IPV6)
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.cc | 345 if (host_info.family == url_canon::CanonHostInfo::IPV6) [all...] |
/external/chromium_org/net/base/ |
net_util.cc | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |