#include <libipg.h>
Data Fields | |
| FILE * | db |
| u_int8_t | flags |
| u_int8_t | dbt |
| char | cc [3] |
| char | country [128] |
| char | region [128] |
| char | city [256] |
| char | isp [256] |
| double | latitude |
| double | longitude |
| char | err_buf [IPGEO_ERRBUF_SIZE] |
Definition at line 94 of file libipg.h.
|
|
refers to the database Definition at line 96 of file libipg.h. Referenced by ipgeo_destroy(), ipgeo_getdbt(), ipgeo_getfd(), ipgeo_init(), and ipgeo_lookup(). |
|
|
control flags, none currently defined Definition at line 97 of file libipg.h. Referenced by ipgeo_init(). |
|
|
db type Definition at line 98 of file libipg.h. Referenced by ipgeo_getdbt(), and ipgeo_init(). |
|
|
the country code Definition at line 99 of file libipg.h. Referenced by ipgeo_get_cc(), and ipgeo_lookup(). |
|
|
the country Definition at line 100 of file libipg.h. Referenced by ipgeo_get_country(), and ipgeo_lookup(). |
|
|
the region Definition at line 101 of file libipg.h. Referenced by ipgeo_get_region(), and ipgeo_lookup(). |
|
|
the city Definition at line 102 of file libipg.h. Referenced by ipgeo_get_city(), and ipgeo_lookup(). |
|
|
the isp Definition at line 103 of file libipg.h. Referenced by ipgeo_get_isp(), and ipgeo_lookup(). |
|
|
the latitude Definition at line 104 of file libipg.h. Referenced by ipgeo_get_lat(), and ipgeo_lookup(). |
|
|
the longiude Definition at line 105 of file libipg.h. Referenced by ipgeo_get_long(), and ipgeo_lookup(). |
|
|
holds error messages Definition at line 107 of file libipg.h. Referenced by ipgeo_geterror(). |
1.3.4