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 |
Detailed Description
Member Data Documentation
◆ cache_list_head
struct wccp2_cache_list_t wccp2_router_list_t::cache_list_head |
Definition at line 429 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionClose(), and wccp2HandleUdp().
◆ info
struct wccp2_router_id_element_t* wccp2_router_list_t::info |
Definition at line 421 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2HandleUdp(), and wccp2Init().
◆ local_ip
struct in_addr wccp2_router_list_t::local_ip |
Definition at line 423 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionOpen(), wccp2HandleUdp(), and wccp2HereIam().
◆ member_change
uint32_t wccp2_router_list_t::member_change |
Definition at line 426 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2HandleUdp(), and wccp2Init().
◆ next
struct wccp2_router_list_t* wccp2_router_list_t::next |
Definition at line 431 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionClose(), wccp2ConnectionOpen(), wccp2HandleUdp(), wccp2HereIam(), and wccp2Init().
◆ num_caches
uint32_t wccp2_router_list_t::num_caches |
Definition at line 427 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), and wccp2HandleUdp().
◆ router_sendto_address
struct in_addr wccp2_router_list_t::router_sendto_address |
Definition at line 425 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionOpen(), wccp2HandleUdp(), wccp2HereIam(), and wccp2Init().
The documentation for this struct was generated from the following file:
- src/wccp2.cc