Lines Matching defs:GeoIP
35 #include <GeoIP.h>
37 typedef void GeoIP;
76 GeoIP *db;
84 GeoIP *country_v4; /* DB 1 */
85 GeoIP *city_v4; /* DB 2 or 6 */
86 GeoIP *region; /* DB 3 or 7 */
87 GeoIP *isp; /* DB 4 */
88 GeoIP *org; /* DB 5 */
89 GeoIP *as; /* DB 9 */
90 GeoIP *netspeed; /* DB 10 */
91 GeoIP *domain; /* DB 11 */
92 GeoIP *country_v6; /* DB 12 */
93 GeoIP *city_v6; /* DB 30 or 31 */