Searched refs:GEOIP_ORG_EDITION (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoiplookup6.c233 else if (GEOIP_ORG_EDITION == i || GEOIP_ISP_EDITION == i) {
H A Dgeoiplookup.c329 else if (GEOIP_ORG_EDITION == i || GEOIP_ISP_EDITION == i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c420 GeoIPDBFileName[GEOIP_ORG_EDITION] = _GeoIP_full_path_to("GeoIPOrg.dat");
556 gi->databaseType == GEOIP_ORG_EDITION ||
592 if (gi->databaseType == GEOIP_ORG_EDITION ||
965 || database_type == GEOIP_ORG_EDITION )
1672 if (gi->databaseType != GEOIP_ORG_EDITION &&
1686 printf("Invalid database type %s, expected %s\n", get_db_description(gi->databaseType), get_db_description(GEOIP_ORG_EDITION));
1738 printf("Invalid database type %s, expected %s\n", get_db_description(gi->databaseType), get_db_description(GEOIP_ORG_EDITION));
H A DGeoIPUpdate.c939 (dbtype != GEOIP_ORG_EDITION)) {
1009 (dbtype == GEOIP_ORG_EDITION)) {
1022 if (dbtype == GEOIP_ORG_EDITION) {
1023 GeoIP_printf(f,"testing GEOIP_ORG_EDITION\n");
H A DGeoIP.h107 GEOIP_ORG_EDITION = 5, enumerator in enum:__anon5

Completed in 78 milliseconds