Home
last modified time | relevance | path

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

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/include/
H A Dec_globals.h201 #define EC_GBLS ec_gbls macro
203 #define EC_GBL_CONF (EC_GBLS->conf)
205 #define EC_GBL_STATS (EC_GBLS->stats)
206 #define EC_GBL_UI (EC_GBLS->ui)
207 #define EC_GBL_ENV (EC_GBLS->env)
208 #define EC_GBL_PCAP (EC_GBLS->pcap)
209 #define EC_GBL_LNET (EC_GBLS->lnet)
212 #define EC_GBL_SNIFF (EC_GBLS->sm)
213 #define EC_GBL_TARGET1 (EC_GBLS->t1)
214 #define EC_GBL_TARGET2 (EC_GBLS->t2)
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_ui.c159 if (EC_GBLS && EC_GBL_UI && EC_GBL_UI->fatal_error && EC_GBL_UI->initialized) in ui_fatal_error()