Home
last modified time | relevance | path

Searched refs:FP_UNKNOWN (Results 1 – 16 of 16) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_passive.c101 if (h->type & FP_HOST_LOCAL || h->type == FP_UNKNOWN) { in print_host()
115 else if (h->type == FP_UNKNOWN) in print_host()
177 if (h->type & FP_HOST_LOCAL || h->type == FP_UNKNOWN) { in print_host_xml()
191 else if (h->type == FP_UNKNOWN) in print_host_xml()
H A Dec_profiles.c262 if ( !(h->type & FP_GATEWAY) && !(h->type & FP_UNKNOWN) ) in update_info()
266 if (h->type & FP_HOST_LOCAL || h->type == FP_UNKNOWN) in update_info()
H A Dec_log.c519 hid.type = FP_UNKNOWN; in log_write_info()
H A Dec_sslwrap.c981 PACKET->PASSIVE.flags = FP_UNKNOWN; in sslw_parse_packet()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/curses/
H A Dec_curses_view_profiles.c178 if (h->type & FP_HOST_LOCAL || h->type == FP_UNKNOWN) { in curses_profile_detail()
192 else if (h->type == FP_UNKNOWN) in curses_profile_detail()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/include/
H A Dec_fingerprint.h63 #define FP_UNKNOWN 0 /* this happen reading form a file */ macro
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/utils/etterlog/
H A Del_profiles.c132 if (h->type & FP_HOST_LOCAL || h->type == FP_UNKNOWN) in update_info()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/dissectors/
H A Dec_dhcp.c252 dhcp_add_profile(&dns, FP_UNKNOWN); in FUNC_DECODER()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/protocols/
H A Dec_ip6.c146 PACKET->PASSIVE.flags = FP_UNKNOWN; in FUNC_DECODER()
H A Dec_ip.c203 PACKET->PASSIVE.flags = FP_UNKNOWN; in FUNC_DECODER()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/gtk3/
H A Dec_gtk3_view_profiles.c421 if (h->type & FP_HOST_LOCAL || h->type == FP_UNKNOWN) { in gtkui_profile_detail()
478 else if (h->type == FP_UNKNOWN) in gtkui_profile_detail()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/gtk/
H A Dec_gtk_view_profiles.c402 if (h->type & FP_HOST_LOCAL || h->type == FP_UNKNOWN) { in gtkui_profile_detail()
459 else if (h->type == FP_UNKNOWN) in gtkui_profile_detail()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Ddvdisaster.h736 enum {FP_UNKNOWN, FP_UNREADABLE, FP_PRESENT}; enumerator
/dports/games/warmux/warmux-11.04/build/symbian/lib/libxml2/src/libxml2/
H A Dlibxml2_trionan.inc806 return "FP_UNKNOWN";
/dports/games/warmux/warmux-11.04/build/symbian/lib/libxml2/src/libxml2/libxml/
H A Dlibxml2_trionan.inc806 return "FP_UNKNOWN";
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/plug-ins/sslstrip/
H A Dsslstrip.c1221 PACKET->PASSIVE.flags = FP_UNKNOWN; in http_parse_packet()