|
unbound
0.1
|
Host information kept for every server, per zone. More...
#include <infra.h>
Data Fields | |
| struct sockaddr_storage | addr |
| the host address. More... | |
| socklen_t | addrlen |
| length of addr. More... | |
| uint8_t * | zonename |
| zone name in wireformat | |
| size_t | namelen |
| length of zonename | |
| struct lruhash_entry | entry |
| hash table entry, data of type infra_data. More... | |
Host information kept for every server, per zone.
| struct sockaddr_storage infra_key::addr |
the host address.
Referenced by dump_infra_host(), infra_compfunc(), infra_del_host(), infra_lookup_nottl(), and new_entry().
| socklen_t infra_key::addrlen |
length of addr.
Referenced by dump_infra_host(), infra_compfunc(), infra_del_host(), infra_lookup_nottl(), and new_entry().
| struct lruhash_entry infra_key::entry |
hash table entry, data of type infra_data.
Referenced by infra_lookup_nottl(), and new_entry().
1.8.13