Home
last modified time | relevance | path

Searched refs:service_search (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_services.c42 char * service_search(u_int32 serv, u_int8 proto);
124 char * service_search(u_int32 serv, u_int8 proto) in service_search() function
H A Dec_passive.c133 service_search(o->L4_addr, o->L4_proto), in print_host()
210 service_search(o->L4_addr, o->L4_proto)); in print_host_xml()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/include/
H A Dec_services.h5 EC_API_EXTERN char * service_search(u_int32 serv, u_int8 proto);
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/curses/
H A Dec_curses_view_profiles.c212 service_search(o->L4_addr, o->L4_proto), in curses_profile_detail()
H A Dec_curses_view_connections.c224 ntohs(c->co->L4_addr1), service_search(c->co->L4_addr1, c->co->L4_proto)); in curses_connection_detail()
226 ntohs(c->co->L4_addr2), service_search(c->co->L4_addr2, c->co->L4_proto)); in curses_connection_detail()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/utils/etterlog/
H A Del_display.c319 if (regexec(EL_GBL->regex, service_search(o->L4_addr, o->L4_proto), 0, NULL, 0) == 0) in match_regex()
/dports/www/varnish-libvmod-dynamic/libvmod-dynamic-1bf8f07/src/
H A Dvmod_dynamic_service.c656 service_search(VRT_CTX, struct vmod_dynamic_director *obj, const char *service) in service_search() function
703 srv = service_search(ctx, obj, service); in service_get()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dkeystoneng.py793 def service_search(auth=None, **kwargs): function
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/gtk3/
H A Dec_gtk3_view_profiles.c547 service_search(o->L4_addr, o->L4_proto), in gtkui_profile_detail()
H A Dec_gtk3_view_connections.c859 label = gtk_label_new(service_search(c->co->L4_addr1, c->co->L4_proto)); in gtkui_connection_detail()
875 label = gtk_label_new(service_search(c->co->L4_addr2, c->co->L4_proto)); in gtkui_connection_detail()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/gtk/
H A Dec_gtk_view_profiles.c528 service_search(o->L4_addr, o->L4_proto), in gtkui_profile_detail()
H A Dec_gtk_view_connections.c842 label = gtk_label_new(service_search(c->co->L4_addr1, c->co->L4_proto)); in gtkui_connection_detail()
858 label = gtk_label_new(service_search(c->co->L4_addr2, c->co->L4_proto)); in gtkui_connection_detail()