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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A Dtest-geoip.c51 returnedCountry = GeoIP_country_code_by_addr(gi, NULL);
69 returnedCountry = GeoIP_country_code_by_addr(gi, ipAddress);
107 returnedCountry = GeoIP_country_code_by_addr(gi, ipAddress);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIP2Country.cpp196 const wxString CCode = wxString(char2unicode(GeoIP_country_code_by_addr(m_geoip, unicode2char(ip)))).MakeLower();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP_depreciated.c128 GeoIP_country_code_by_addr(GeoIP * gi, const char *addr) function
H A DGeoIP.h297 GEOIP_API const char *GeoIP_country_code_by_addr (GeoIP* gi, const char *addr);
H A DGeoIPUpdate.c521 if (strcmp(GeoIP_country_code_by_addr(gi,"24.24.24.24"), "US") != 0) {
973 * named GeoIP_country_code_by_addr */
975 if (strcmp(GeoIP_country_code_by_addr(gi,"24.24.24.24"), "US") != 0) {

Completed in 65 milliseconds