Searched refs:evdns_request (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c154 * need some object to last for as long as an evdns_request is outstanding so
157 struct evdns_request { struct
196 struct evdns_request *handle;
230 struct evdns_request *probe_request;
399 static void search_request_finished(struct evdns_request *const);
400 static int search_try_next(struct evdns_request *const req);
401 static struct request *search_request_new(struct evdns_base *base, struct evdns_request *handle, int type, const char *const name, int flags, evdns_callback_type user_callback, void *user_arg);
404 static struct request *request_new(struct evdns_base *base, struct evdns_request *handle, int type, const char *name, int flags, evdns_callback_type callback, void *ptr);
775 struct evdns_request *handle;
2318 struct evdns_request *handl
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h348 struct evdns_request;
358 @return an evdns_request object if successful, or NULL if an error occurred.
362 struct evdns_request *evdns_base_resolve_ipv4(struct evdns_base *base, const char *name, int flags, evdns_callback_type callback, void *ptr);
372 @return an evdns_request object if successful, or NULL if an error occurred.
376 struct evdns_request *evdns_base_resolve_ipv6(struct evdns_base *base, const char *name, int flags, evdns_callback_type callback, void *ptr);
389 @return an evdns_request object if successful, or NULL if an error occurred.
393 struct evdns_request *evdns_base_resolve_reverse(struct evdns_base *base, const struct in_addr *in, int flags, evdns_callback_type callback, void *ptr);
404 @return an evdns_request object if successful, or NULL if an error occurred.
408 struct evdns_request *evdns_base_resolve_reverse_ipv6(struct evdns_base *base, const struct in6_addr *in, int flags, evdns_callback_type callback, void *ptr);
414 @param req the evdns_request tha
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c199 struct evdns_request *req = NULL;
377 struct evdns_request *req=NULL;
589 static struct evdns_request *current_req = NULL;
1798 struct evdns_request *req;

Completed in 98 milliseconds