Go to the source code of this file.
|
static void | addr_callback (void *arg, int status, int timeouts, unsigned char *abuf, int alen) |
|
void | ares_gethostbyaddr (ares_channel channel, const void *addr, int addrlen, int family, ares_host_callback callback, void *arg) |
|
static void | end_aquery (struct addr_query *aquery, int status, struct hostent *host) |
|
static int | file_lookup (struct ares_addr *addr, struct hostent **host) |
|
static void | next_lookup (struct addr_query *aquery) |
|
static void | ptr_rr_name (char *name, const struct ares_addr *addr) |
|
◆ addr_callback()
static void addr_callback |
( |
void * |
arg, |
|
|
int |
status, |
|
|
int |
timeouts, |
|
|
unsigned char * |
abuf, |
|
|
int |
alen |
|
) |
| |
|
static |
◆ ares_gethostbyaddr()
◆ end_aquery()
static void end_aquery |
( |
struct addr_query * |
aquery, |
|
|
int |
status, |
|
|
struct hostent * |
host |
|
) |
| |
|
static |
◆ file_lookup()
static int file_lookup |
( |
struct ares_addr * |
addr, |
|
|
struct hostent ** |
host |
|
) |
| |
|
static |
◆ next_lookup()
static void next_lookup |
( |
struct addr_query * |
aquery | ) |
|
|
static |
◆ ptr_rr_name()
static void ptr_rr_name |
( |
char * |
name, |
|
|
const struct ares_addr * |
addr |
|
) |
| |
|
static |