#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. |
struct sockaddr_storage infra_host_key::addr [read] |
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().
struct lruhash_entry infra_host_key::entry [read] |
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().