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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A Dtest-geoip.c29 const char *returnedCountry; local
51 returnedCountry = GeoIP_country_code_by_addr(gi, NULL);
52 if (returnedCountry != NULL) {
58 returnedCountry = GeoIP_country_code_by_name(gi, NULL);
59 if (returnedCountry != NULL) {
69 returnedCountry = GeoIP_country_code_by_addr(gi, ipAddress);
70 if (returnedCountry == NULL
71 || strcmp(returnedCountry, expectedCountry) != 0) {
74 test_num, ipAddress, returnedCountry, expectedCountry);
77 returnedCountry
[all...]

Completed in 133 milliseconds