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

  /external/chromium/googleurl/src/
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...]
  /external/chromium_org/url/
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...]
  /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...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1012 milliseconds