Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-dscan.c119 struct dscan_sup *dsp_src, *dsp_dst; in main() local
404 if (dsp_dst->ip == rec->dstaddr) { in main()
405 if (!(dsp_dst->flags & DSCAN_SUP_SRCPORT)) in main()
407 if (dsp_dst->srcport != rec->srcport) in main()
410 if (!(dsp_dst->flags & DSCAN_SUP_DSTPORT)) in main()
412 if (dsp_dst->dstport != rec->dstport) in main()
415 if (!(dsp_dst->flags & DSCAN_SUP_PROTOCOL)) in main()
417 if (dsp_dst->protocol != rec->prot) in main()
982 struct dscan_sup *dsp_src, *dsp_dst; in clear_suppress() local
997 dsp_dst = ds->hash_sup_dst[i].slh_first; in clear_suppress()
[all …]