Home
last modified time | relevance | path

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

/dports/net/owamp/owamp-3.3/owamp/
H A Dowamp.h1418 typedef struct OWPStatsRec{ struct
1524 } OWPStatsRec, *OWPStats; argument
H A Dstats.c626 if(! (stats = calloc(1,sizeof(OWPStatsRec)))){ in OWPStatsCreate()