Home
last modified time | relevance | path

Searched refs:evdns_resolve_ipv6 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Ddns_compat.h213 int evdns_resolve_ipv6(const char *name, int flags, evdns_callback_type callback, void *ptr);
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_dns.c178 evdns_resolve_ipv6("www.ietf.org", 0, dns_gethostbyname_cb, NULL); in dns_gethostbyname6()
/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c2984 int evdns_resolve_ipv6(const char *name, int flags, in evdns_resolve_ipv6() function