Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf.h423 #define MAX_UDP_BLOCKSIZE (65535 - 8 - 20) macro
H A Diperf_error.c168 …lock size invalid (minimum = %d bytes, maximum = %d bytes)", MIN_UDP_BLOCKSIZE, MAX_UDP_BLOCKSIZE); in iperf_strerror()
H A Diperf_client_api.c416 if (opt > 0 && opt <= MAX_UDP_BLOCKSIZE) { in iperf_connect()
H A Diperf_api.c1668 (blksize < MIN_UDP_BLOCKSIZE || blksize > MAX_UDP_BLOCKSIZE))) { in iperf_parse_arguments()