#include "ares_setup.h"
#include "ares_nameser.h"
#include "ares.h"
#include "ares_dns.h"
#include "ares_data.h"
#include "ares_private.h"
Go to the source code of this file.
Functions | |
static int | ares__parse_txt_reply (const unsigned char *abuf, int alen, int ex, void **txt_out) |
int | ares_parse_txt_reply (const unsigned char *abuf, int alen, struct ares_txt_reply **txt_out) |
int | ares_parse_txt_reply_ext (const unsigned char *abuf, int alen, struct ares_txt_ext **txt_out) |
|
static |
Definition at line 42 of file ares_parse_txt_reply.c.
int ares_parse_txt_reply | ( | const unsigned char * | abuf, |
int | alen, | ||
struct ares_txt_reply ** | txt_out | ||
) |
Definition at line 202 of file ares_parse_txt_reply.c.
int ares_parse_txt_reply_ext | ( | const unsigned char * | abuf, |
int | alen, | ||
struct ares_txt_ext ** | txt_out | ||
) |
Definition at line 210 of file ares_parse_txt_reply.c.