wccp2_cache_list_t Struct Reference
Collaboration diagram for wccp2_cache_list_t:

Public Attributes | |
| struct in_addr | cache_ip |
| int | weight |
| struct wccp2_cache_list_t * | next |
Detailed Description
Member Data Documentation
◆ cache_ip
| struct in_addr wccp2_cache_list_t::cache_ip |
Definition at line 411 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2HandleUdp(), and wccp2SortCacheList().
◆ next
| struct wccp2_cache_list_t* wccp2_cache_list_t::next |
Definition at line 415 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), wccp2ConnectionClose(), wccp2HandleUdp(), and wccp2SortCacheList().
◆ weight
| int wccp2_cache_list_t::weight |
Definition at line 413 of file wccp2.cc.
Referenced by wccp2AssignBuckets(), and wccp2HandleUdp().
The documentation for this struct was generated from the following file:
- src/wccp2.cc
