#include <iter_delegpt.h>
Data Fields | |
struct delegpt_ns * | next |
next in list | |
uint8_t * | name |
name of nameserver | |
size_t | namelen |
length of name | |
int | resolved |
If the name has been resolved. | |
uint8_t | got4 |
if the ipv4 address is in the delegpt | |
uint8_t | got6 |
if the ipv6 address is in the delegpt |
If the name has been resolved.
false if not queried for yet. true if the A, AAAA queries have been generated. marked true if those queries fail. and marked true is got4 and got6 are both true.
Referenced by cache_fill_missing(), delegpt_add_neg_msg(), delegpt_add_ns(), delegpt_add_target(), delegpt_copy(), delegpt_count_missing_targets(), delegpt_count_ns(), delegpt_log(), error_supers(), iter_dp_is_useless(), iter_mark_cycle_targets(), processTargetResponse(), and query_for_targets().