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 infra_host_compfunc(), infra_lookup_host_nottl(), and new_host_entry().
| socklen_t infra_host_key::addrlen |
length of addr.
Referenced by infra_host_compfunc(), infra_lookup_host_nottl(), 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_test(), and new_host_entry().
1.6.3