Searched refs:flags (Results 1 – 7 of 7) sorted by relevance
| /iperf/src/ |
| H A D | net.c | 85 int flags, optval; in timeout_connect() local 88 flags = 0; in timeout_connect() 90 flags = fcntl(s, F_GETFL, 0); in timeout_connect() 91 if (fcntl(s, F_SETFL, flags | O_NONBLOCK) == -1) in timeout_connect() 112 if (timeout != -1 && fcntl(s, F_SETFL, flags) == -1) in timeout_connect() 511 int flags, newflags; in setnonblocking() local 513 flags = fcntl(fd, F_GETFL, 0); in setnonblocking() 514 if (flags < 0) { in setnonblocking() 519 newflags = flags | (int) O_NONBLOCK; in setnonblocking() 521 newflags = flags & ~((int) O_NONBLOCK); in setnonblocking() [all …]
|
| /iperf/ |
| H A D | README.md | 63 The manual page is the most up-to-date reference to the various flags and parameters. 73 flags for "extreme best case" optimizations, but they must be 76 These flags include: 112 iperf2. In addition, some flags are changed from their iperf2
|
| H A D | aclocal.m4 | 876 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl 950 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl 957 # If no C compiler flags were specified, use CFLAGS. 1019 # link flags. 2413 # flags to be left without arguments 4775 # Sun Fortran 8.3 passes all unrecognized flags to the linker 4909 [Additional compiler flags for building library objects]) 5543 # Warning - without using the other run time loading flags, 7487 # objects, libraries and library flags. 7555 dnl objects, libraries and library flags. [all …]
|
| H A D | RELNOTES.md | 465 both flags, or neither flag. SCTP tests currently support 864 * Added the following new flags 875 * Added the following new flags
|
| /iperf/config/ |
| H A D | ax_check_openssl.m4 | 16 # OPENSSL_LDFLAGS to the -L or -R flags required 95 # try the preprocessor and linker with our new flags,
|
| /iperf/docs/ |
| H A D | invoking.rst | 5 The manual page is the most up-to-date reference to the various flags and parameters. 15 also have flags for "extreme best case" optimizations but they must be 16 explicitly activated. These flags include the ``-Z`` (``--zerocopy``) 57 of command-line flags, unless only the long form of a flag is avail- 386 resolved using getaddrinfo(3). If the --4 or --6 flags are
|
| H A D | dev.rst | 54 Changed flags:: 60 Deprecated flags (currently no plans to support)::
|