Home
last modified time | relevance | path

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

/dports/benchmarks/iperf/iperf-2.1.4/src/
H A DReports.c434 free(reporthdr); in FreeReport()
484 if (reporthdr == NULL) { in InitIndividualReport()
658 return reporthdr; in InitIndividualReport()
684 if (reporthdr == NULL) { in InitConnectionReport()
736 (void *) reporthdr, (void *) reporthdr->this_report, (void *) creport->common); in InitConnectionReport()
738 return reporthdr; in InitConnectionReport()
748 if (reporthdr == NULL) { in InitSettingsReport()
773 (void *) reporthdr, (void *) reporthdr->this_report, (void *) sreport->common); in InitSettingsReport()
775 return reporthdr; in InitSettingsReport()
788 if (reporthdr == NULL) { in InitServerRelayUDPReport()
[all …]
H A DReporter.c98 if (reporthdr) { in PostReport()
104 reporthdr->next = NULL; in PostReport()
106 ReportPendingHead = reporthdr; in PostReport()
107 ReportPendingTail = reporthdr; in PostReport()
119 reporthdr->next = NULL; in PostReport()
210 assert(reporthdr!=NULL); in EndJob()
596 assert(reporthdr != NULL); in reporter_process_report()
598 switch (reporthdr->type) { in reporter_process_report()
620 FreeReport(reporthdr); in reporter_process_report()
626 FreeReport(reporthdr); in reporter_process_report()
[all …]
H A DListener.cpp286 struct ReportHeader *reporthdr = InitConnectionReport(server, 0); in Run() local
287 struct ConnectionInfo *cr = static_cast<struct ConnectionInfo *>(reporthdr->this_report); in Run()
290 assert(reporthdr); in Run()
291 PostReport(reporthdr); in Run()
374 struct ReportHeader *reporthdr = InitConnectionReport(server, 0); in Run() local
375 struct ConnectionInfo *cr = static_cast<struct ConnectionInfo *>(reporthdr->this_report); in Run()
378 assert(reporthdr); in Run()
379 PostReport(reporthdr); in Run()
H A DClient.cpp123 mySocket, (void *) mSettings->reporthdr, \ in ~Client()
223 struct ReportHeader *reporthdr = InitConnectionReport(mSettings, connecttime); in my_connect() local
224 struct ConnectionInfo *cr = static_cast<struct ConnectionInfo *>(reporthdr->this_report); in my_connect()
227 assert(reporthdr); in my_connect()
228 PostReport(reporthdr); in my_connect()
H A DSettings.cpp337 …(void *)from, (void *)*into, (void *)(*into)->reporthdr, (void *)(*into)->mSumReport, (void *)(*in… in Settings_Copy()
/dports/benchmarks/iperf/iperf-2.1.4/include/
H A DReporter.h426 void PostReport(struct ReportHeader *reporthdr);
432 int EndJob(struct ReportHeader *reporthdr, struct ReportStruct *packet);
433 void FreeReport(struct ReportHeader *reporthdr);
435 void FreeConnectionReport(struct ConnectionInfo *reporthdr);
462 int reporter_condprint_frame_interval_report_client_udp(struct ReporterData *reporthdr, struct Repo…
465 int reporter_condprint_frame_interval_report_client_tcp(struct ReporterData *reporthdr, struct Repo…
466 int reporter_condprint_burst_interval_report_client_udp(struct ReporterData *reporthdr, struct Repo…
469 int reporter_condprint_burst_interval_report_client_tcp(struct ReporterData *reporthdr, struct Repo…
557 int reporter_process_report (struct ReportHeader *reporthdr);
H A DThread.h104 void reporttype_text(struct ReportHeader *reporthdr, char *rs);
H A DSettings.hpp171 struct ReportHeader* reporthdr; member
/dports/benchmarks/iperf/iperf-2.1.4/compat/
H A DThread.c91 void reporttype_text(struct ReportHeader *reporthdr, char *rs) { in reporttype_text() argument
92 switch (reporthdr->type) { in reporttype_text()