Go to the source code of this file.
Classes | |
struct | addrinfo |
union | ares_sockaddr |
struct | sockaddr_in6 |
Macros | |
#define | IF_NAMESIZE 256 |
#define | NS_IN6ADDRSZ 16 |
#define | NS_INADDRSZ sizeof(struct in_addr) |
#define | NS_INT16SZ 2 |
#define | PF_INET6 AF_INET6 |
Variables | |
const struct ares_in6_addr | ares_in6addr_any |
#define IF_NAMESIZE 256 |
Definition at line 77 of file ares_ipv6.h.
#define NS_IN6ADDRSZ 16 |
Definition at line 59 of file ares_ipv6.h.
#define NS_INADDRSZ sizeof(struct in_addr) |
Definition at line 66 of file ares_ipv6.h.
#define NS_INT16SZ 2 |
Definition at line 70 of file ares_ipv6.h.
#define PF_INET6 AF_INET6 |
Definition at line 21 of file ares_ipv6.h.
const struct ares_in6_addr ares_in6addr_any |
Definition at line 36 of file inet_net_pton.c.