Searched refs:GeoIP (Results 1 - 25 of 77) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/conf/
H A DMakefile.am1 dist_sysconf_DATA = GeoIP.conf.default
3 DEFAULT_CONFIG_FILE = $(sysconfdir)/GeoIP.conf
9 echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
10 $(INSTALL_DATA) "$(srcdir)/GeoIP.conf.default" "$(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
H A DMakefile19 pkgdatadir = $(datadir)/GeoIP
20 pkgincludedir = $(includedir)/GeoIP
21 pkglibdir = $(libdir)/GeoIP
22 pkglibexecdir = $(libexecdir)/GeoIP
79 ACLOCAL = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run aclocal-1.11
82 AUTOCONF = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoconf
83 AUTOHEADER = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoheader
84 AUTOMAKE = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run automake-1.11
92 DEFS = -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPCity.h24 #include "GeoIP.h"
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);
59 int GeoIP_record_id_by_addr (GeoIP* gi, const char *addr);
60 int GeoIP_record_id_by_addr_v6 (GeoIP* gi, const char *addr);
62 int GeoIP_init_record_iter (GeoIP* g
[all...]
H A DGeoIP.h2 /* GeoIP.h
75 } GeoIP; typedef in typeref:struct:GeoIPTag
170 * program with newer GeoIP versions */
184 GEOIP_API GeoIP* GeoIP_open_type (int type, int flags);
185 GEOIP_API GeoIP* GeoIP_new(int flags);
186 GEOIP_API GeoIP* GeoIP_open(const char * filename, int flags);
188 GEOIP_API void GeoIP_delete(GeoIP* gi);
190 GEOIP_API const char *GeoIP_country_code_by_addr_gl (GeoIP* gi, const char *addr, GeoIPLookup * gl);
191 GEOIP_API const char *GeoIP_country_code_by_name_gl (GeoIP* gi, const char *host, GeoIPLookup * gl);
192 GEOIP_API const char *GeoIP_country_code3_by_addr_gl (GeoIP* g
[all...]
H A DGeoIP_depreciated.c5 GeoIP_org_by_ipnum(GeoIP * gi, unsigned long ipnum)
12 GeoIP_org_by_ipnum_v6(GeoIP * gi, geoipv6_t ipnum)
19 GeoIP_org_by_addr(GeoIP * gi, const char *addr)
26 GeoIP_org_by_addr_v6(GeoIP * gi, const char *addr)
33 GeoIP_org_by_name(GeoIP * gi, const char *name)
40 GeoIP_org_by_name_v6(GeoIP * gi, const char *name)
47 GeoIP_last_netmask(GeoIP * gi)
53 _GeoIP_seek_record_v6(GeoIP * gi, geoipv6_t ipnum)
60 _GeoIP_seek_record(GeoIP * gi, unsigned long ipnum)
67 GeoIP_country_code_by_name_v6(GeoIP * g
[all...]
H A DGeoIP_internal.h4 #include "GeoIP.h"
6 GEOIP_API unsigned int _GeoIP_seek_record_gl (GeoIP *gi, unsigned long ipnum, GeoIPLookup * gl);
7 GEOIP_API unsigned int _GeoIP_seek_record_v6_gl (GeoIP *gi, geoipv6_t ipnum, GeoIPLookup * gl);
18 GEOIP_API unsigned int _GeoIP_seek_record (GeoIP *gi, unsigned long ipnum);
19 GEOIP_API unsigned int _GeoIP_seek_record_v6 (GeoIP *gi, geoipv6_t ipnum);
H A DGeoIPCity.c22 #include "GeoIP.h"
54 _extract_record(GeoIP * gi, unsigned int seek_record, int *next_record_ptr)
166 _get_record_gl(GeoIP * gi, unsigned long ipnum, GeoIPLookup * gl)
185 _get_record(GeoIP * gi, unsigned long ipnum)
193 _get_record_v6_gl(GeoIP * gi, geoipv6_t ipnum, GeoIPLookup * gl)
212 _get_record_v6(GeoIP * gi, geoipv6_t ipnum)
219 GeoIP_record_by_ipnum(GeoIP * gi, unsigned long ipnum)
225 GeoIP_record_by_ipnum_v6(GeoIP * gi, geoipv6_t ipnum)
231 GeoIP_record_by_addr(GeoIP * gi, const char *addr)
243 GeoIP_record_by_addr_v6(GeoIP * g
[all...]
H A DGeoIP.c2 /* GeoIP.c
21 #include "GeoIP.h"
326 "GeoIP Country Edition",
327 "GeoIP City Edition, Rev 1",
328 "GeoIP Region Edition, Rev 1",
329 "GeoIP ISP Edition",
330 "GeoIP Organization Edition",
331 "GeoIP City Edition, Rev 0",
332 "GeoIP Region Edition, Rev 0",
333 "GeoIP Prox
[all...]
H A DMakefile20 pkgdatadir = $(datadir)/GeoIP
21 pkgincludedir = $(includedir)/GeoIP
22 pkglibdir = $(libdir)/GeoIP
23 pkglibexecdir = $(libexecdir)/GeoIP
78 am_libGeoIP_la_OBJECTS = GeoIP.lo GeoIP_depreciated.lo GeoIPCity.lo \
106 ACLOCAL = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run aclocal-1.11
109 AUTOCONF = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoconf
110 AUTOHEADER = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoheader
111 AUTOMAKE = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run automake-1.11
119 DEFS = -DPACKAGE_NAME=\"GeoIP\"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC9/libs/libGeoIP/
H A DGeoIP.cmd3 echo creating GeoIP.h
4 echo #undef ENABLE_IP2COUNTRY > GeoIP.h
5 echo typedef void GeoIP; >> GeoIP.h
8 echo creating GeoIP.c
9 echo // Dummy > GeoIP.c
14 echo #include "GeoIP.c" >> GeoIP_X.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/data/
H A DMakefile.am5 DEFAULT_DB_FILE = $(pkgdatadir)/GeoIP.dat
11 echo "$(INSTALL_DATA) GeoIP.dat $(DESTDIR)$(DEFAULT_DB_FILE)"; \
12 $(INSTALL_DATA) "$(srcdir)/GeoIP.dat" "$(DESTDIR)$(DEFAULT_DB_FILE)"; \
18 $(INSTALL_DATA) GeoIP.dat $(DESTDIR)$(DEFAULT_DB_FILE); \
21 .PHONY: GeoIP.dat
H A DMakefile19 pkgdatadir = $(datadir)/GeoIP
20 pkgincludedir = $(includedir)/GeoIP
21 pkglibdir = $(libdir)/GeoIP
22 pkglibexecdir = $(libexecdir)/GeoIP
79 ACLOCAL = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run aclocal-1.11
82 AUTOCONF = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoconf
83 AUTOHEADER = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoheader
84 AUTOMAKE = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run automake-1.11
92 DEFS = -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC10/libs/libGeoIP/
H A DGeoIP.cmd3 echo creating GeoIP.h
4 echo #undef ENABLE_IP2COUNTRY > GeoIP.h
5 echo typedef void GeoIP; >> GeoIP.h
8 echo creating GeoIP.c
9 echo // Dummy > GeoIP.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/
H A DMakefile.am14 EXTRA_DIST = README.OSX READMEwin32static.txt README.MinGW READMEwin32.txt GeoIPWinDLL.patch TODO bootstrap GeoIP.spec GeoIP.spec.in Makefile.netware Makefile.vc Makefile.win32 get_ver.awk geoip.ico geoip.pc.in
H A DMakefile.vc2 #Produces a static library (GeoIP.lib).
8 # place to put the GeoIP.dat database file
15 INSTDIR="C:\GeoIP-1.4.5"
18 # Location where GeoIP.lib should be installed my "make install"
33 DATA_FILE=GeoIP.dat
41 GEOIP_LIB = GeoIP.lib
47 all: GeoIP.lib test_progs app_progs
H A DGeoIP.spec1 Name: GeoIP
3 Summary: GeoIP is a C library finds the location of an IP address.
8 Source0: http://www.maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
13 GeoIP is a C library that enables the user to find geographical and
25 Summary: GeoIP headers, libraries
30 This package contain the devel files for GeoIP.
59 %dir %{_datadir}/GeoIP
60 %{_datadir}/GeoIP/*
H A DMakefile.win323 ## Makefile for building GeoIP stuff (Win32 version - gnu make)
18 DISTDIR = GeoIP-$(GEOIP_VERSION_STR)-bin-w32
30 DATADIR = c:/GeoIP
31 CONFDIR = c:/GeoIP
120 LIBOBJS = $(OBJLIB)/GeoIP.o $(OBJLIB)/GeoIPCity.o
134 @$(CP) conf/GeoIP.conf.default $(DISTDIR)
135 @$(CP) data/GeoIP.dat $(DISTDIR)
220 @echo $(DL)GeoIP version $(GEOIP_VERSION_STR)$(DL) >> $@
224 @echo $(DL)Please download the complete GeoIP package for$(DL) >> $@
H A DMakefile.netware3 ## Makefile for building GeoIP stuff (NetWare version - gnu make)
23 DISTDIR = GeoIP-$(GEOIP_VERSION_STR)-bin-nw
36 DATADIR = sys:/etc/GeoIP
160 LIBOBJS = $(OBJLIB)/GeoIP.o $(OBJLIB)/GeoIPCity.o
175 @$(CP) conf/GeoIP.conf.default $(DISTDIR)
176 @$(CP) data/GeoIP.dat $(DISTDIR)
290 @echo $(DL)GeoIP version $(GEOIP_VERSION_STR)$(DL) >> $@
294 @echo $(DL)Please download the complete GeoIP package for$(DL) >> $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A Dtest-geoip-asnum.c21 #include "GeoIP.h"
31 GeoIP *gi;
H A Dtest-geoip-isp.c21 #include "GeoIP.h"
31 GeoIP *gi;
H A Dtest-geoip-netspeed.c21 #include "GeoIP.h"
26 GeoIP *gi;
H A DMakefile.vc2 #Produces a static library (GeoIP.lib).
14 GEOIPLIB = ..\libGeoIP\GeoIP.lib
H A Dbenchmark.c2 #include "GeoIP.h"
64 GeoIP *i = NULL;
65 i = GeoIP_open("/usr/local/share/GeoIP/GeoIP.dat", flags);
67 printf("error: GeoIP.dat does not exist\n");
83 GeoIP *i = NULL;
88 i = GeoIP_open("/usr/local/share/GeoIP/GeoIPOrg.dat", flags);
106 GeoIP *i = NULL;
111 i = GeoIP_open("/usr/local/share/GeoIP/GeoIPRegion.dat", flags);
130 GeoIP *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A DMakefile.vc2 #Produces a static library (GeoIP.lib).
14 GEOIPLIB = ..\libGeoIP\GeoIP.lib
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/man/
H A DMakefile18 pkgdatadir = $(datadir)/GeoIP
19 pkgincludedir = $(includedir)/GeoIP
20 pkglibdir = $(libdir)/GeoIP
21 pkglibexecdir = $(libexecdir)/GeoIP
79 ACLOCAL = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run aclocal-1.11
82 AUTOCONF = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoconf
83 AUTOHEADER = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run autoheader
84 AUTOMAKE = ${SHELL} /home/allen/netgear/R7000_0724/2013_06_21_BSP_6.30.163.45_beta/ap/gpl/GeoIP-1.5.1/missing --run automake-1.11
92 DEFS = -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\"
[all...]

Completed in 110 milliseconds

1234