HomeSort by relevance Sort by last modified time
    Searched refs:IPV6 (Results 1 - 10 of 10) sorted by null

  /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/googleurl/src/
url_canon_unittest.cc 620 TEST(URLCanonTest, IPv6) {
637 {"[::]", L"[::]", "[::]", url_parse::Component(0,4), CanonHostInfo::IPV6, -1},
638 {"[::1]", L"[::1]", "[::1]", url_parse::Component(0,5), CanonHostInfo::IPV6, -1},
639 {"[1::]", L"[1::]", "[1::]", url_parse::Component(0,5), CanonHostInfo::IPV6, -1},
640 {"[::192.168.0.1]", L"[::192.168.0.1]", "[::c0a8:1]", url_parse::Component(0,10), CanonHostInfo::IPV6, -1},
641 {"[::ffff:192.168.0.1]", L"[::ffff:192.168.0.1]", "[::ffff:c0a8:1]", url_parse::Component(0,15), CanonHostInfo::IPV6, -1},
644 {"[000:01:02:003:004:5:6:007]", L"[000:01:02:003:004:5:6:007]", "[0:1:2:3:4:5:6:7]", url_parse::Component(0,17), CanonHostInfo::IPV6, -1},
647 {"[A:b:c:DE:fF:0:1:aC]", L"[A:b:c:DE:fF:0:1:aC]", "[a:b:c:de:ff:0:1:ac]", url_parse::Component(0,20), CanonHostInfo::IPV6, -1},
651 {"[1:0:0:2::3:0]", L"[1:0:0:2::3:0]", "[1::2:0:0:3:0]", url_parse::Component(0,14), CanonHostInfo::IPV6, -1},
652 {"[1::2:0:0:3:0]", L"[1::2:0:0:3:0]", "[1::2:0:0:3:0]", url_parse::Component(0,14), CanonHostInfo::IPV6, -1}
    [all...]
url_canon.h 336 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
346 // as an IPv6 address. Never attempt to connect to this
349 IPV6, // - Successfully canonicalized as an IPv6 address.
359 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
394 // Tries to interpret the given host name as an IPv4 or IPv6 address. If it is
    [all...]
url_canon_ip.cc 277 // Could be IPv6 or a hostname.
282 // Helper class that describes the main components of an IPv6 input string.
341 // Parse the IPv6 input string. If parsing succeeded returns true and fills
437 // Verifies the parsed IPv6 information, checking that the various components
488 // Converts an IPv6 address to a 128-bit number (network byte order), returning
489 // true on success. False means that the input was not a valid IPv6 address.
502 // Parse the IPv6 address -- identify where all the colon separated hex
597 // Return true if we've made a final IPV6/BROKEN decision, false if the result
607 // If it's not an IPv6 address, scan for characters that should *only*
608 // exist in an IPv6 address
    [all...]
  /external/iproute2/lib/
ll_proto.c 64 __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...]

Completed in 271 milliseconds