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

  /external/chromium/third_party/libevent/
evdns.h 319 @see evdns_resolve_ipv6(), evdns_resolve_reverse(), evdns_resolve_reverse_ipv6()
334 int evdns_resolve_ipv6(const char *name, int flags, evdns_callback_type callback, void *ptr);
evdns.c 2307 int evdns_resolve_ipv6(const char *name, int flags, function
    [all...]
  /external/chromium/third_party/libevent/test/
regress_dns.c 157 evdns_resolve_ipv6("www.ietf.org", 0, dns_gethostbyname_cb, NULL);
341 evdns_resolve_ipv6("zz.example.com", DNS_QUERY_NO_SEARCH,

Completed in 79 milliseconds