Data Fields | |
uint32_t | ip_low |
uint32_t | ip_high |
intptr_t | country |
uint32_t geoip_entry_t::ip_low |
The lowest IP in the range, in host order
Referenced by _geoip_compare_entries(), and geoip_add_entry().
uint32_t geoip_entry_t::ip_high |
The highest IP in the range, in host order
Referenced by _geoip_compare_key_to_entry(), and geoip_add_entry().
intptr_t geoip_entry_t::country |
An index into geoip_countries
Referenced by geoip_add_entry(), and geoip_get_country_by_ip().