asr_result
int asr_run(struct asr_query *, struct asr_result *);
int asr_run_sync(struct asr_query *, struct asr_result *);
asr_run(struct asr_query *as, struct asr_result *ar)
asr_run_sync(struct asr_query *as, struct asr_result *ar)
int (*as_run)(struct asr_query *, struct asr_result *);
struct asr_result ar;
getaddrinfo_async_run(struct asr_query *as, struct asr_result *ar)
static int getaddrinfo_async_run(struct asr_query *, struct asr_result *);
struct asr_result ar;
struct asr_result ar;
gethostnamadr_async_run(struct asr_query *as, struct asr_result *ar)
static int gethostnamadr_async_run(struct asr_query *, struct asr_result *);
static void netent_from_hostent(struct asr_result *ar);
netent_from_hostent(struct asr_result *ar)
struct asr_result ar;
static int getnameinfo_async_run(struct asr_query *, struct asr_result *);
getnameinfo_async_run(struct asr_query *as, struct asr_result *ar)
struct asr_result ar;
struct asr_result ar;
struct asr_result ar;
get_response(struct asr_result *ar, const char *pkt, int pktlen)
static int getrrsetbyname_async_run(struct asr_query *, struct asr_result *);
static void get_response(struct asr_result *, const char *, int);
getrrsetbyname_async_run(struct asr_query *as, struct asr_result *ar)
struct asr_result ar;
struct asr_result ar;
static int res_search_async_run(struct asr_query *, struct asr_result *);
res_search_async_run(struct asr_query *as, struct asr_result *ar)
struct asr_result ar;
res_send_async_run(struct asr_query *as, struct asr_result *ar)
static int res_send_async_run(struct asr_query *, struct asr_result *);
static void clear_ad(struct asr_result *);
clear_ad(struct asr_result *ar)
void (*cb)(struct asr_result *, void *);
struct asr_result ar;
event_asr_run(struct asr_query *async, void (*cb)(struct asr_result *, void *),
struct asr_result;
void (*)(struct asr_result *, void *), void *);
void asr_resolve_done(struct asr_result *, void *);
asr_resolve_done(struct asr_result *ar, void *arg)
void check_dns64_done(struct asr_result *, void *);
check_dns64_done(struct asr_result *ar, void *arg)
resolver_getaddrinfo_cb(struct asr_result *ar, void *arg)
resolver_getnameinfo_cb(struct asr_result *ar, void *arg)
static void resolver_getaddrinfo_cb(struct asr_result *, void *);
static void resolver_getnameinfo_cb(struct asr_result *, void *);
dns_dispatch_host(struct asr_result *ar, void *arg)
dns_dispatch_mx(struct asr_result *ar, void *arg)
dns_dispatch_mx_preference(struct asr_result *ar, void *arg)
static void dns_dispatch_host(struct asr_result *, void *);
static void dns_dispatch_mx(struct asr_result *, void *);
static void dns_dispatch_mx_preference(struct asr_result *, void *);
resolver_getaddrinfo_cb(struct asr_result *ar, void *arg)
resolver_getnameinfo_cb(struct asr_result *ar, void *arg)
resolver_res_query_cb(struct asr_result *ar, void *arg)
static void resolver_getaddrinfo_cb(struct asr_result *, void *);
static void resolver_getnameinfo_cb(struct asr_result *, void *);
static void resolver_res_query_cb(struct asr_result *, void *);
dispatch_record(struct asr_result *ar, void *arg)
static void dispatch_record(struct asr_result *, void *);
void getnameinfo_async_done(struct asr_result *, void *);
void getrrsetbyname_async_done(struct asr_result *, void *);
getnameinfo_async_done(struct asr_result *ar, void *arg)
getrrsetbyname_async_done(struct asr_result *ar, void *arg)