Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_utils.c1131 ndpi_get_proto_breed(ndpi_struct, in ndpi_dpi2json()
H A Dndpi_main.c5267 switch(ndpi_get_proto_breed(ndpi_str, ret->app_protocol)) { in ndpi_reconcile_protocols()
6674 ndpi_protocol_breed_t ndpi_get_proto_breed(struct ndpi_detection_module_struct *ndpi_str, in ndpi_get_proto_breed() function
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_api.h.in644 ndpi_protocol_breed_t ndpi_get_proto_breed(struct ndpi_detection_module_struct *ndpi_struct,
/dports/net/ndpi/nDPI-92a1be2/example/
H A DndpiReader.c3045 … ndpi_protocol_breed_t breed = ndpi_get_proto_breed(ndpi_thread_info[0].workflow->ndpi_struct, i); in printResults()