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

  /external/chromium/googleurl/src/
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...]
  /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...]

Completed in 260 milliseconds