unbound 0.1
|
Host information kept for every server. More...
#include <infra.h>
Data Fields | |
struct sockaddr_storage | addr |
the host address. | |
socklen_t | addrlen |
length of addr. | |
struct lruhash_entry | entry |
hash table entry, data of type infra_host_data. |
Host information kept for every server.
struct sockaddr_storage infra_host_key::addr |
the host address.
Referenced by dump_infra_host(), infra_host_compfunc(), infra_lookup_host_nottl(), infra_remove_host(), and new_host_entry().
socklen_t infra_host_key::addrlen |
length of addr.
Referenced by dump_infra_host(), infra_host_compfunc(), infra_lookup_host_nottl(), infra_remove_host(), and new_host_entry().
hash table entry, data of type infra_host_data.
Referenced by infra_host_delkeyfunc(), infra_host_sizefunc(), infra_lookup_host_nottl(), infra_remove_host(), infra_test(), and new_host_entry().