|
ELinks 0.19.1
|
#include <sys/types.h>

Typedefs | |
| typedef void(* | dns_callback_T) (void *, struct sockaddr_storage *, int) |
Enumerations | |
| enum | dns_result { DNS_ERROR = -1 , DNS_SUCCESS = 0 , DNS_ASYNC = 1 } |
Functions | |
| enum dns_result | do_real_lookup (char *host, struct sockaddr_storage **addr, int *addrlen, int called_from_thread) |
| enum dns_result | find_host (char *name, void **queryref, dns_callback_T done, void *data, int no_cache) |
| void | kill_dns_request (void **queryref) |
| void | shrink_dns_cache (int whole) |
| typedef void(* dns_callback_T) (void *, struct sockaddr_storage *, int) |
| enum dns_result |
| enum dns_result do_real_lookup | ( | char * | host, |
| struct sockaddr_storage ** | addr, | ||
| int * | addrlen, | ||
| int | called_from_thread ) |
| enum dns_result find_host | ( | char * | name, |
| void ** | queryref, | ||
| dns_callback_T | done, | ||
| void * | data, | ||
| int | no_cache ) |
| void kill_dns_request | ( | void ** | queryref | ) |
| void shrink_dns_cache | ( | int | whole | ) |