Searched refs:MAX_UDP_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
392 #define MAX_UDP_BLOCKSIZE (65535 - 8 - 20) macro
167 …lock size invalid (minimum = %d bytes, maximum = %d bytes)", MIN_UDP_BLOCKSIZE, MAX_UDP_BLOCKSIZE); in iperf_strerror()
361 if (opt > 0 && opt <= MAX_UDP_BLOCKSIZE) { in iperf_connect()
1430 (blksize < MIN_UDP_BLOCKSIZE || blksize > MAX_UDP_BLOCKSIZE))) { in iperf_parse_arguments()