|
dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
Counters for an individual range. More...
#include <dhcpd-pools.h>

Data Fields | |
| struct shared_network_t * | shared_net |
| union ipaddr_t | first_ip |
| union ipaddr_t | last_ip |
| double | count |
| double | touched |
| double | backups |
Counters for an individual range.
| double backups |
Referenced by must_put_range(), output_alarming(), output_csv(), output_html(), output_json(), output_txt(), parse_config(), and range_output_helper().
| double count |
Referenced by comp_cur(), must_put_range(), output_alarming(), output_csv(), output_html(), output_json(), output_txt(), output_xml(), parse_config(), range_output_helper(), ret_percent(), and ret_tc().
| union ipaddr_t first_ip |
| union ipaddr_t last_ip |
| struct shared_network_t* shared_net |
Referenced by must_put_range(), output_csv(), output_html(), output_json(), output_txt(), output_xml(), parse_config(), and range_output_helper().
| double touched |
Referenced by comp_touched(), must_put_range(), output_alarming(), output_csv(), output_html(), output_json(), output_txt(), output_xml(), parse_config(), range_output_helper(), and ret_tc().
1.8.13