#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/gns/nss/nss_gns_query.h>
Data Fields | ||
| int | count | |
| int | data_len | |
| union { | ||
| ipv4_address_t ipv4 [16] | ||
| ipv6_address_t ipv6 [16] | ||
| char * name [16] | ||
| } | data | |
Definition at line 43 of file nss_gns_query.h.
| int userdata::count |
Definition at line 45 of file nss_gns_query.h.
Referenced by _nss_gns_gethostbyname2_r().
| int userdata::data_len |
Definition at line 46 of file nss_gns_query.h.
| ipv4_address_t userdata::ipv4[16] |
Definition at line 49 of file nss_gns_query.h.
| ipv6_address_t userdata::ipv6[16] |
Definition at line 50 of file nss_gns_query.h.
| char* userdata::name[16] |
Definition at line 51 of file nss_gns_query.h.
| union { ... } userdata::data |