Data Fields | |
| uint16_t | _port |
| On which port to run. | |
| ldns_rdf ** | _nameservers |
| List of nameservers to query (IP addresses or dname). | |
| size_t | _nameserver_count |
| bool | _recursive |
| Wether or not to be recursive. | |
| bool | _debug |
| Print debug information. | |
| ldns_rdf * | _domain |
| Default domain to add. | |
| ldns_rdf ** | _searchlist |
| Searchlist array. | |
| size_t | _searchlist_count |
| uint8_t | _retry |
| How many retries to try, before giving up. | |
| uint8_t | _retrans |
| Re-trans interval. | |
| bool | _dnssec |
| Wether to do DNSSEC. | |
| bool | _dnssec_cd |
| Wether to set the CD bit on DNSSEC requests. | |
| bool | _usevc |
| Wether to use tcp. | |
| bool | _igntc |
| Wether to ignore the tc bit. | |
| uint8_t | _ip6 |
| Wether to use ip6, 0->does not matter, 1 ipv4, 2->ip6. | |
| bool | _defnames |
| if true append the default domain | |
| bool | _dnsrch |
| if true apply the search list | |
| timeval | _timeout |
| timeout for socket connections | |
| bool | _fail |
| only try the first nameserver | |
| bool | _random |
| randomly choose a nameserver | |
| int | _socket |
| keep some things for axfr | |
| int | _axfr_soa_count |
| ldns_pkt * | _cur_axfr_pkt |
| uint16_t | _axfr_i |
| uint16_t | _edns_udp_size |
| char * | _tsig_keyname |
| char * | _tsig_keydata |
| char * | _tsig_algorithm |
Definition at line 43 of file resolver.h.
| uint16_t ldns_struct_resolver::_port |
Definition at line 50 of file resolver.h.
Definition at line 63 of file resolver.h.
| uint8_t ldns_struct_resolver::_retry |
| uint8_t ldns_struct_resolver::_retrans |
| uint8_t ldns_struct_resolver::_ip6 |
| struct timeval ldns_struct_resolver::_timeout |
Definition at line 91 of file resolver.h.
Definition at line 95 of file resolver.h.
| uint16_t ldns_struct_resolver::_axfr_i |
Definition at line 96 of file resolver.h.
| uint16_t ldns_struct_resolver::_edns_udp_size |
Definition at line 98 of file resolver.h.
Definition at line 103 of file resolver.h.
Definition at line 104 of file resolver.h.
Definition at line 105 of file resolver.h.
1.5.1