#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_a_reply (const unsigned char *abuf, int alen, struct hostent **host, struct ares_addrttl *addrttls, int *naddrttls) |
| int ares_parse_a_reply | ( | const unsigned char * | abuf, |
| int | alen, | ||
| struct hostent ** | host, | ||
| struct ares_addrttl * | addrttls, | ||
| int * | naddrttls | ||
| ) |
Definition at line 44 of file ares_parse_a_reply.c.