|
Tor 0.4.9.8
|
Data Fields | |
| struct in6_addr | ip_low |
| struct in6_addr | ip_high |
| intptr_t | country |
An entry from the GeoIP IPv6 file: maps an IPv6 range to a country.
| intptr_t country |
An index into geoip_countries
Definition at line 64 of file geoip.c.
Referenced by geoip_add_entry(), and geoip_get_country_by_ipv6().
| struct in6_addr ip_high |
The highest IP in the range, in host order
Definition at line 63 of file geoip.c.
Referenced by geoip_add_entry(), and geoip_ipv6_compare_key_to_entry_().
| struct in6_addr ip_low |
The lowest IP in the range, in host order
Definition at line 62 of file geoip.c.
Referenced by geoip_add_entry(), geoip_ipv6_compare_entries_(), and geoip_ipv6_compare_key_to_entry_().