• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/

Lines Matching defs:gl

7 	GeoIPLookup	gl;
8 return GeoIP_name_by_ipnum_gl(gi, ipnum, &gl);
14 GeoIPLookup gl;
15 return GeoIP_name_by_ipnum_v6_gl(gi, ipnum, &gl);
21 GeoIPLookup gl;
22 return GeoIP_name_by_addr_gl(gi, addr, &gl);
28 GeoIPLookup gl;
29 return GeoIP_name_by_addr_v6_gl(gi, addr, &gl);
35 GeoIPLookup gl;
36 return GeoIP_name_by_name_gl(gi, name, &gl);
42 GeoIPLookup gl;
43 return GeoIP_name_by_name_v6_gl(gi, name, &gl);
55 GeoIPLookup gl;
56 return _GeoIP_seek_record_v6_gl(gi, ipnum, &gl);
62 GeoIPLookup gl;
63 return _GeoIP_seek_record_gl(gi, ipnum, &gl);
69 GeoIPLookup gl;
70 return GeoIP_country_code_by_name_v6_gl(gi, name, &gl);
76 GeoIPLookup gl;
77 return GeoIP_country_code_by_name_gl(gi, name, &gl);
83 GeoIPLookup gl;
84 return GeoIP_country_code3_by_name_v6_gl(gi, name, &gl);
90 GeoIPLookup gl;
91 return GeoIP_country_code3_by_name_gl(gi, name, &gl);
97 GeoIPLookup gl;
98 return GeoIP_country_name_by_name_v6_gl(gi, name, &gl);
104 GeoIPLookup gl;
105 return GeoIP_country_name_by_name_gl(gi, name, &gl);
111 GeoIPLookup gl;
112 return GeoIP_id_by_name_gl(gi, name, &gl);
117 GeoIPLookup gl;
118 return GeoIP_id_by_name_v6_gl(gi, name, &gl);
124 GeoIPLookup gl;
125 return GeoIP_country_code_by_addr_v6_gl(gi, addr, &gl);
130 GeoIPLookup gl;
131 return GeoIP_country_code_by_addr_gl(gi, addr, &gl);
137 GeoIPLookup gl;
138 return GeoIP_country_code3_by_addr_v6_gl(gi, addr, &gl);
144 GeoIPLookup gl;
145 return GeoIP_country_code3_by_addr_gl(gi, addr, &gl);
151 GeoIPLookup gl;
152 return GeoIP_country_name_by_addr_v6_gl(gi, addr, &gl);
157 GeoIPLookup gl;
158 return GeoIP_country_name_by_addr_gl(gi, addr, &gl);
164 GeoIPLookup gl;
165 return GeoIP_country_name_by_ipnum_gl(gi, ipnum, &gl);
171 GeoIPLookup gl;
172 return GeoIP_country_name_by_ipnum_v6_gl(gi, ipnum, &gl);
178 GeoIPLookup gl;
179 return GeoIP_country_code_by_ipnum_v6_gl(gi, ipnum, &gl);
186 GeoIPLookup gl;
187 return GeoIP_country_code_by_ipnum_gl(gi, ipnum, &gl);
193 GeoIPLookup gl;
194 return GeoIP_country_code3_by_ipnum_gl(gi, ipnum, &gl);
200 GeoIPLookup gl;
201 return GeoIP_country_code3_by_ipnum_v6_gl(gi, ipnum, &gl);
207 GeoIPLookup gl;
208 return GeoIP_id_by_addr_v6_gl(gi, addr, &gl);
214 GeoIPLookup gl;
215 return GeoIP_id_by_addr_gl(gi, addr, &gl);
220 GeoIPLookup gl;
221 return GeoIP_id_by_name_v6_gl(gi, host, &gl);
226 GeoIPLookup gl;
227 return GeoIP_id_by_name_gl(gi, host, &gl);
232 GeoIPLookup gl;
233 return GeoIP_id_by_addr_v6_gl(gi, addr, &gl);
238 GeoIPLookup gl;
239 return GeoIP_id_by_addr_gl(gi, addr, &gl);
245 GeoIPLookup gl;
246 return GeoIP_id_by_ipnum_v6_gl(gi, ipnum, &gl);
251 GeoIPLookup gl;
252 return GeoIP_id_by_ipnum_gl(gi, ipnum, &gl);
257 GeoIPLookup gl;
258 GeoIP_assign_region_by_inetaddr_gl(gi, inetaddr, region, &gl);
264 GeoIPLookup gl;
265 GeoIP_assign_region_by_inetaddr_v6_gl(gi, inetaddr, region, &gl);
272 GeoIPLookup gl;
273 return GeoIP_region_by_addr_gl(gi, addr, &gl);
278 GeoIPLookup gl;
279 return GeoIP_region_by_addr_v6_gl(gi, addr, &gl);
285 GeoIPLookup gl;
286 return GeoIP_region_by_name_gl(gi, name, &gl);
291 GeoIPLookup gl;
292 return GeoIP_region_by_name_v6_gl(gi, name, &gl);
298 GeoIPLookup gl;
299 return GeoIP_region_by_ipnum_gl(gi, ipnum, &gl);
304 GeoIPLookup gl;
305 return GeoIP_region_by_ipnum_v6_gl(gi, ipnum, &gl);
311 GeoIPLookup gl;
312 return GeoIP_range_by_ip_gl(gi, addr, &gl);
318 GeoIPLookup gl;
319 return GeoIP_name_by_ipnum_gl(gi, ipnum, &gl);
324 GeoIPLookup gl;
325 return GeoIP_name_by_ipnum_v6_gl(gi, ipnum, &gl);
330 GeoIPLookup gl;
331 return GeoIP_name_by_addr_gl(gi, addr, &gl);
336 GeoIPLookup gl;
337 return GeoIP_name_by_addr_v6_gl(gi, addr, &gl);
343 GeoIPLookup gl;
344 return GeoIP_name_by_name_gl(gi, name, &gl);
350 GeoIPLookup gl;
351 return GeoIP_name_by_name_v6_gl(gi, name, &gl);