#include "ares_setup.h"
#include "ares_nameser.h"
#include "ares.h"
#include "ares_ipv6.h"
#include "ares_nowarn.h"
#include "ares_private.h"
Go to the source code of this file.
|
#define | IPBUFSIZ (sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")) |
|
|
int | ares__is_onion_domain (const char *name) |
|
void | ares_getnameinfo (ares_channel channel, const struct sockaddr *sa, ares_socklen_t salen, int flags, ares_nameinfo_callback callback, void *arg) |
|
STATIC_TESTABLE char * | ares_striendstr (const char *s1, const char *s2) |
|
static char * | lookup_service (unsigned short port, int flags, char *buf, size_t buflen) |
|
static void | nameinfo_callback (void *arg, int status, int timeouts, struct hostent *host) |
|
◆ IPBUFSIZ
#define IPBUFSIZ (sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")) |
◆ ares__is_onion_domain()
int ares__is_onion_domain |
( |
const char * |
name | ) |
|
◆ ares_getnameinfo()
◆ ares_striendstr()
◆ lookup_service()
static char* lookup_service |
( |
unsigned short |
port, |
|
|
int |
flags, |
|
|
char * |
buf, |
|
|
size_t |
buflen |
|
) |
| |
|
static |
◆ nameinfo_callback()
static void nameinfo_callback |
( |
void * |
arg, |
|
|
int |
status, |
|
|
int |
timeouts, |
|
|
struct hostent * |
host |
|
) |
| |
|
static |