#include <ares_private.h>
Public Attributes | |
| union { | |
| struct in_addr addr4 | |
| struct ares_in6_addr addr6 | |
| } | addr |
| int | family |
| union { | |
| struct in_addr addr4 | |
| struct ares_in6_addr addr6 | |
| unsigned short bits | |
| } | mask |
| unsigned short | type |
Definition at line 243 of file ares_private.h.
| union { ... } apattern::addr |
| struct in_addr apattern::addr4 |
Definition at line 246 of file ares_private.h.
| struct ares_in6_addr apattern::addr6 |
Definition at line 247 of file ares_private.h.
| unsigned short apattern::bits |
Definition at line 253 of file ares_private.h.
| int apattern::family |
Definition at line 255 of file ares_private.h.
| union { ... } apattern::mask |
| unsigned short apattern::type |
Definition at line 256 of file ares_private.h.