Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Ddns_compat.h200 int evdns_resolve_ipv4(const char *name, int flags, evdns_callback_type callback, void *ptr);
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_dns.c165 evdns_resolve_ipv4("www.monkey.org", 0, dns_gethostbyname_cb, NULL); in dns_gethostbyname()
/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c2946 int evdns_resolve_ipv4(const char *name, int flags, in evdns_resolve_ipv4() function