Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_main.c651 return ndpi_string_to_automa(ndpi_str, (AC_AUTOMATA_t *)ndpi_str->host_automa.ac_automa, in ndpi_add_host_url_subprotocol()
2349 ndpi_str->host_automa.ac_automa = ac_automata_init(ac_domain_match_handler); in ndpi_init_detection_module()
2371 if(ndpi_str->host_automa.ac_automa) in ndpi_init_detection_module()
2372 ac_automata_feature(ndpi_str->host_automa.ac_automa,AC_FEATURE_LC); in ndpi_init_detection_module()
2394 if(ndpi_str->host_automa.ac_automa) in ndpi_init_detection_module()
2395 ac_automata_name(ndpi_str->host_automa.ac_automa,"host",AC_FEATURE_DEBUG); in ndpi_init_detection_module()
2441 automa = &ndpi_str->host_automa; in ndpi_finalize_initialization()
2707 if(ndpi_str->host_automa.ac_automa != NULL) in ndpi_exit_detection_module()
2708 ac_automata_release((AC_AUTOMATA_t *) ndpi_str->host_automa.ac_automa, in ndpi_exit_detection_module()
6846 ndpi_automa *automa = is_host_match ? &ndpi_str->host_automa : &ndpi_str->content_automa; in ndpi_match_string_subprotocol()
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_typedefs.h1160 ndpi_automa host_automa, /* Used for DNS/HTTPS */ member