|
unbound
0.1
|
Address of target nameserver in delegation point. More...
#include <iter_delegpt.h>
Data Fields | |
| struct delegpt_addr * | next_result |
| next delegation point in results | |
| struct delegpt_addr * | next_usable |
| next delegation point in usable list | |
| struct delegpt_addr * | next_target |
| next delegation point in all targets list | |
| struct sockaddr_storage | addr |
| delegation point address | |
| socklen_t | addrlen |
| length of addr | |
| int | attempts |
| number of attempts for this addr | |
| int | sel_rtt |
| rtt stored here in the selection algorithm | |
| int | bogus |
| if true, the A or AAAA RR was bogus, so this address is bad. | |
| int | lame |
| if true, this address is dispreferred: it is a lame IP address | |
Address of target nameserver in delegation point.
if true, the A or AAAA RR was bogus, so this address is bad.
Also check the dp->bogus to see if everything is bogus.
Referenced by delegpt_add_addr(), delegpt_copy(), delegpt_log(), iter_filter_unsuitable(), and print_dp_details().
1.7.6.1