|
Libevent Code Doxygen document
|

Public Attributes | |
| unsigned int | type |
| unsigned int | have_answer: 1 |
| union { | |
| struct { | |
| u32 addrcount | |
| u32 addresses [MAX_V4_ADDRS] | |
| } a | |
| struct { | |
| u32 addrcount | |
| struct in6_addr addresses [MAX_V6_ADDRS] | |
| } aaaa | |
| struct { | |
| char name [HOST_NAME_MAX] | |
| } ptr | |
| } | data |