#include "ares_setup.h"
#include "ares_nameser.h"
#include "ares.h"
#include "ares_dns.h"
#include "ares_private.h"
Go to the source code of this file.
Functions | |
int | ares__parse_into_addrinfo (const unsigned char *abuf, int alen, struct ares_addrinfo *ai) |
int | ares__parse_into_addrinfo2 (const unsigned char *abuf, int alen, char **question_hostname, struct ares_addrinfo *ai) |
int ares__parse_into_addrinfo | ( | const unsigned char * | abuf, |
int | alen, | ||
struct ares_addrinfo * | ai | ||
) |
Definition at line 251 of file ares__parse_into_addrinfo.c.
int ares__parse_into_addrinfo2 | ( | const unsigned char * | abuf, |
int | alen, | ||
char ** | question_hostname, | ||
struct ares_addrinfo * | ai | ||
) |
Definition at line 42 of file ares__parse_into_addrinfo.c.