Home
last modified time | relevance | path

Searched refs:geoip_city (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/
Dconfig.py447 geoip_city = '/usr/share/GeoIP/GeoIPCity.dat' variable in Conf
/external/scapy/scapy/layers/
Dinet.py1221 geoip_city_filename = conf.geoip_city
1225 db = GeoIP.open(conf.geoip_city, 0)
1227 message = "Can't open GeoIP database at %s" % conf.geoip_city