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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPCity.h49 } GeoIPRecord; typedef in typeref:struct:GeoIPRecordTag
51 GeoIPRecord * GeoIP_record_by_ipnum (GeoIP* gi, unsigned long ipnum);
52 GeoIPRecord * GeoIP_record_by_addr (GeoIP* gi, const char *addr);
53 GeoIPRecord * GeoIP_record_by_name (GeoIP* gi, const char *host);
55 GeoIPRecord * GeoIP_record_by_ipnum_v6 (GeoIP* gi, geoipv6_t ipnum);
56 GeoIPRecord * GeoIP_record_by_addr_v6 (GeoIP* gi, const char *addr);
57 GeoIPRecord * GeoIP_record_by_name_v6 (GeoIP* gi, const char *host);
64 int GeoIP_next_record (GeoIP* gi, GeoIPRecord **gir, int *record_iter);
66 void GeoIPRecord_delete (GeoIPRecord *gir);
H A DGeoIPCity.c53 GeoIPRecord *
59 GeoIPRecord *record;
68 record = malloc(sizeof(GeoIPRecord));
69 memset(record, 0, sizeof(GeoIPRecord));
165 GeoIPRecord *
169 GeoIPRecord * r;
184 GeoIPRecord *
192 GeoIPRecord *
195 GeoIPRecord * r;
211 GeoIPRecord *
[all...]
H A DGeoIPUpdate.c998 GeoIPRecord *r = GeoIP_record_by_addr(gi,"24.24.24.24");
1012 GeoIPRecord *r = (GeoIPRecord*)GeoIP_org_by_addr(gi,"24.24.24.24");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A Dtest-geoip-city.c33 GeoIPRecord *gir;
H A Dbenchmark.c131 GeoIPRecord *i3 = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoiplookup6.c129 GeoIPRecord *gir;
H A Dgeoiplookup.c243 GeoIPRecord *gir;

Completed in 130 milliseconds