|
Squid Web Cache master
|
Public Attributes | |
| struct wccp2_router_id_element_t * | info |
| struct in_addr | local_ip |
| struct in_addr | router_sendto_address |
| uint32_t | member_change |
| uint32_t | num_caches |
| struct wccp2_cache_list_t | cache_list_head |
| struct wccp2_router_list_t * | next |
| struct wccp2_cache_list_t wccp2_router_list_t::cache_list_head |
Definition at line 427 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionClose(), and wccp2HandleUdp().
| struct wccp2_router_id_element_t* wccp2_router_list_t::info |
Definition at line 419 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2HandleUdp(), and wccp2Init().
| struct in_addr wccp2_router_list_t::local_ip |
Definition at line 421 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionOpen(), wccp2HandleUdp(), and wccp2HereIam().
| uint32_t wccp2_router_list_t::member_change |
Definition at line 424 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2HandleUdp(), and wccp2Init().
| struct wccp2_router_list_t* wccp2_router_list_t::next |
Definition at line 429 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionClose(), wccp2ConnectionOpen(), wccp2HandleUdp(), wccp2HereIam(), and wccp2Init().
| uint32_t wccp2_router_list_t::num_caches |
Definition at line 425 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), and wccp2HandleUdp().
| struct in_addr wccp2_router_list_t::router_sendto_address |
Definition at line 423 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionOpen(), wccp2HandleUdp(), wccp2HereIam(), and wccp2Init().