Home
last modified time | relevance | path

Searched defs:dscan_state (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-dscan.h50 struct dscan_state { struct
54 unsigned int stat_malloc; /* # of times malloc called */
55 unsigned int stat_free; /* # of times free called */
58 unsigned int stat_free_dst; /* # of times dst struct freed */
59 unsigned int stat_free_rec; /* # of times rec struct freed */
61 unsigned int stat_aged_dsr; /* # of dscan records removed */
62 uint32_t ager_timeout; /* how long to keep flows around */
63 uint32_t dscan_ip_depth; /* lengh of ip destination list */
64 uint32_t dscan_port_trigger; /* # ports hit before scan trggers */
65 char *statefile; /* where to store/load state */
[all …]