Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf.h392 #define MAX_UDP_BLOCKSIZE (65535 - 8 - 20) macro
Diperf_error.c167 …lock size invalid (minimum = %d bytes, maximum = %d bytes)", MIN_UDP_BLOCKSIZE, MAX_UDP_BLOCKSIZE); in iperf_strerror()
Diperf_client_api.c361 if (opt > 0 && opt <= MAX_UDP_BLOCKSIZE) { in iperf_connect()
Diperf_api.c1430 (blksize < MIN_UDP_BLOCKSIZE || blksize > MAX_UDP_BLOCKSIZE))) { in iperf_parse_arguments()