Home
last modified time | relevance | path

Searched refs:geoip_ccode_by_ip (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/scripts/
H A Dgeoip_demo.lua39 src_c = ffi.string (ffi.C.geoip_ccode_by_ip(p.L3.src))
40 dst_c = ffi.string (ffi.C.geoip_ccode_by_ip(p.L3.dst))
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/include/
H A Dec_geoip.h10 EC_API_EXTERN const char* geoip_ccode_by_ip (struct ip_addr *ip);
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_conntrack.c653 geoip_ccode_by_ip(&c->co->L3_addr1), in conntrack_print()
654 geoip_ccode_by_ip(&c->co->L3_addr2)); in conntrack_print()
837 if ((ccode_src = geoip_ccode_by_ip(&conn->L3_addr1)) == NULL) in conntrack_countrystr()
840 if ((ccode_dst = geoip_ccode_by_ip(&conn->L3_addr2)) == NULL) in conntrack_countrystr()
H A Dec_geoip.c116 const char* geoip_ccode_by_ip (struct ip_addr *ip) in geoip_ccode_by_ip() function