|
Squid Web Cache master
|
#include <net_db.h>
Public Member Functions | |
| netdbEntry () | |
Public Attributes | |
| char | network [MAX_IPSTRLEN] |
| int | pings_sent = 0 |
| int | pings_recv = 0 |
| double | hops = 0 |
| double | rtt = 1.0 |
| time_t | next_ping_time = 0 |
| time_t | last_use_time = 0 |
| int | link_count = 0 |
| net_db_name * | hosts = nullptr |
| net_db_peer * | peers = nullptr |
| int | n_peers_alloc = 0 |
| int | n_peers = 0 |
| void * | key |
| hash_link * | next |
Private Member Functions | |
| MEMPROXY_CLASS (netdbEntry) | |
|
private |
| double netdbEntry::hops = 0 |
Definition at line 59 of file net_db.h.
Referenced by netdbBinaryExchange(), netdbDump(), netdbHandlePingReply(), netdbHostData(), netdbHostHops(), netdbReloadState(), netdbSaveState(), and TestNetDb::testConstruct().
| net_db_name* netdbEntry::hosts = nullptr |
Definition at line 64 of file net_db.h.
Referenced by net_db_name::net_db_name(), netdbDump(), netdbHostDelete(), netdbRelease(), netdbSaveState(), netdbSendPing(), and TestNetDb::testConstruct().
|
inherited |
Definition at line 19 of file hash.h.
Referenced by ClientInfo::ClientInfo(), fqdncache_entry::fqdncache_entry(), IdleConnList::IdleConnList(), ipcache_entry::ipcache_entry(), net_db_name::net_db_name(), ClientInfo::~ClientInfo(), ExternalACLEntry::~ExternalACLEntry(), fqdncache_entry::~fqdncache_entry(), IdleConnList::~IdleConnList(), net_db_name::~net_db_name(), ACLExternal::aclMatchExternal(), Rock::SwapDir::anchorToCache(), MemStore::anchorToCache(), Store::CheckSwapMetaKey(), StoreEntry::clearPublicKeyScope(), Rock::SwapDir::createStoreIO(), CommQuotaQueue::dequeue(), CommQuotaQueue::enqueue(), external_acl_cache_add(), StoreEntry::forcePublicKey(), fqdncacheAddEntry(), fqdncacheParse(), StoreEntry::getMD5Text(), hash_join(), hash_remove_link(), StoreEntry::hashDelete(), StoreEntry::hashInsert(), hashKeyStr(), Rock::SwapDir::hasReadableEntry(), htcpQuery(), idnsStartQuery(), ipcacheAddEntry(), ipcacheRelease(), Fs::Ufs::UFSSwapDir::logEntry(), Store::Controller::markedForDeletionAndAbandoned(), my_free(), ipcache_entry::name(), neighborsUdpPing(), netdbHashInsert(), Ipc::StoreMap::openForUpdating(), Store::PackFields(), peerCountMcastPeersCreateAndSend(), StoreEntry::publicKey(), read_passwd_file(), Ipc::StoreMapAnchor::set(), StoreEntry::setPrivateKey(), StoreEntry::setPublicKey(), ClientInfo::setWriteLimiter(), MemStore::startCaching(), storeDigestAdd(), storeDigestDel(), storeGetPublic(), storeRebuildParseEntry(), Store::UnpackIndexSwapMeta(), and UFSCleanLog::write().
| time_t netdbEntry::last_use_time = 0 |
Definition at line 62 of file net_db.h.
Referenced by netdbClosestParent(), netdbHostData(), netdbHostHops(), netdbHostRtt(), netdbReloadState(), netdbSaveState(), netdbSendPing(), and TestNetDb::testConstruct().
| int netdbEntry::link_count = 0 |
Definition at line 63 of file net_db.h.
Referenced by net_db_name::net_db_name(), netdbHostDelete(), netdbRelease(), netdbSendPing(), and TestNetDb::testConstruct().
| int netdbEntry::n_peers = 0 |
Definition at line 67 of file net_db.h.
Referenced by netdbClosestParent(), netdbDump(), netdbExchangeUpdatePeer(), netdbPeerAdd(), netdbPeerByName(), netdbRelease(), netdbUpdatePeer(), and TestNetDb::testConstruct().
| int netdbEntry::n_peers_alloc = 0 |
Definition at line 66 of file net_db.h.
Referenced by netdbPeerAdd(), netdbRelease(), and TestNetDb::testConstruct().
| char netdbEntry::network[MAX_IPSTRLEN] |
Definition at line 56 of file net_db.h.
Referenced by netdbEntry(), netdbBinaryExchange(), netdbDeleteAddrNetwork(), netdbDump(), netdbHandlePingReply(), netdbHashInsert(), netdbPeerAdd(), netdbRelease(), netdbSaveState(), netdbSendPing(), and TestNetDb::testConstruct().
|
inherited |
Definition at line 20 of file hash.h.
Referenced by IdleConnList::IdleConnList(), clientdbGC(), Store::LocalSearch::copyBucket(), StoreEntry::dump(), hash_join(), hash_next(), and hash_remove_link().
| time_t netdbEntry::next_ping_time = 0 |
Definition at line 61 of file net_db.h.
Referenced by netdbPingSite(), netdbReloadState(), netdbSaveState(), netdbSendPing(), and TestNetDb::testConstruct().
| net_db_peer* netdbEntry::peers = nullptr |
Definition at line 65 of file net_db.h.
Referenced by netdbClosestParent(), netdbDump(), netdbExchangeUpdatePeer(), netdbPeerAdd(), netdbPeerByName(), netdbRelease(), netdbUpdatePeer(), and TestNetDb::testConstruct().
| int netdbEntry::pings_recv = 0 |
Definition at line 58 of file net_db.h.
Referenced by netdbDump(), netdbHandlePingReply(), netdbHostData(), netdbReloadState(), netdbSaveState(), and TestNetDb::testConstruct().
| int netdbEntry::pings_sent = 0 |
Definition at line 57 of file net_db.h.
Referenced by netdbDump(), netdbReloadState(), netdbSaveState(), netdbSendPing(), and TestNetDb::testConstruct().
| double netdbEntry::rtt = 1.0 |
Definition at line 60 of file net_db.h.
Referenced by netdbBinaryExchange(), netdbClosestParent(), netdbDump(), netdbHandlePingReply(), netdbHostData(), netdbHostRtt(), netdbReloadState(), netdbSaveState(), and TestNetDb::testConstruct().