Searched refs:UNIT_LEN (Results 1 – 2 of 2) sorted by relevance
28 UNIT_LEN = 32 enumerator
3060 char ubuf[UNIT_LEN]; in iperf_print_intermediate()3061 char nbuf[UNIT_LEN]; in iperf_print_intermediate()3062 char mbuf[UNIT_LEN]; in iperf_print_intermediate()3113 unit_snprintf(ubuf, UNIT_LEN, (double) bytes, 'A'); in iperf_print_intermediate()3115 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_intermediate()3236 char ubuf[UNIT_LEN]; in iperf_print_results()3237 char nbuf[UNIT_LEN]; in iperf_print_results()3239 char sbuf[UNIT_LEN]; in iperf_print_results()3248 char mbuf[UNIT_LEN]; in iperf_print_results()3339 unit_snprintf(ubuf, UNIT_LEN, (double) bytes_sent, 'A'); in iperf_print_results()[all …]