Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftstat.c912 struct ftstat_rpt_2 { struct
1309 struct ftstat_rpt_2 *ftstat_rpt_2_new(struct ftstat_rpt *rpt);
1314 void ftstat_rpt_2_free(struct ftstat_rpt_2 *rpt);
5119 struct ftstat_rpt_2 *ftstat_rpt_2_new(struct ftstat_rpt *rpt) in ftstat_rpt_2_new()
5121 struct ftstat_rpt_2 *rpt2; in ftstat_rpt_2_new()
5123 if (!(rpt2 = (struct ftstat_rpt_2*)malloc(sizeof (*rpt2)))) { in ftstat_rpt_2_new()
5125 return (struct ftstat_rpt_2*)0L; in ftstat_rpt_2_new()
5186 void ftstat_rpt_2_free(struct ftstat_rpt_2 *rpt2) in ftstat_rpt_2_free()