Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_analyze.c832 int ndpi_alloc_rsi(struct ndpi_rsi_struct *s, u_int16_t num_learning_values) { in ndpi_alloc_rsi()
833 memset(s, 0, sizeof(struct ndpi_rsi_struct)); in ndpi_alloc_rsi()
851 void ndpi_free_rsi(struct ndpi_rsi_struct *s) { in ndpi_free_rsi()
866 float ndpi_rsi_add_value(struct ndpi_rsi_struct *s, const u_int32_t value) { in ndpi_rsi_add_value()
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_typedefs.h1645 struct ndpi_rsi_struct { struct
H A Dndpi_api.h.in1509 int ndpi_alloc_rsi(struct ndpi_rsi_struct *s, u_int16_t num_learning_values);
1510 void ndpi_free_rsi(struct ndpi_rsi_struct *s);
1511 float ndpi_rsi_add_value(struct ndpi_rsi_struct *s, const u_int32_t value);
/dports/net/ndpi/nDPI-92a1be2/example/
H A DndpiReader.c3904 struct ndpi_rsi_struct s; in rsiUnitTest()