Home
last modified time | relevance | path

Searched refs:value (Results 1 – 13 of 13) sorted by relevance

/iperf/src/
H A Ddscp.c96 int value; member
136 return ipqos[i].value; in parse_qos()
153 if (ipqos[i].value == iptos) in iptos2str()
H A Dcjson.h153 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value);
154 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length);
157 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
158 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char…
H A Dcjson.c1088 if (NULL == value) in cJSON_ParseWithOpts()
1094 buffer_length = strlen(value) + sizeof(""); in cJSON_ParseWithOpts()
1096 … return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1109 if (value == NULL || 0 == buffer_length) in cJSON_ParseWithLengthOpts()
1114 buffer.content = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1153 if (value != NULL) in cJSON_ParseWithLengthOpts()
1156 local_error.json = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1180 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value) in cJSON_Parse() argument
1182 return cJSON_ParseWithOpts(value, 0, 0); in cJSON_Parse()
1185 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length) in cJSON_ParseWithLength() argument
[all …]
/iperf/config/
H A Dltmain.sh5924 void lt_setenv (const char *name, const char *value);
6037 or a configure.ac-settable value.
6490 lt_setenv (const char *name, const char *value)
6494 nonnull (name), nonnull (value));
6498 char *str = xstrdup (value);
6501 size_t len = strlen (name) + 1 + strlen (value) + 1;
6503 sprintf (str, "%s=%s", name, value);
6544 nonnull (name), nonnull (value));
6546 if (name && *name && value && *value)
6565 nonnull (name), nonnull (value));
[all …]
H A Dax_check_openssl.m446 AC_MSG_ERROR([Invalid --with-openssl value])
/iperf/docs/
H A Ddev.rst86 the Linux kernel automatically doubles the value passed in to
89 to the doubled value, but only to about 75% of the doubled
90 value. Some part of this behavior is documented in the tcp(7)
H A Dinvoking.rst269 viding a shorter value may speed up detection of a down iperf3
319 value is 128KB. In the case of UDP, iperf3 tries to dynamically
342 set socket buffer size / window size. This value gets sent to
365 can be used, i.e. 52, 064 and 0x34 all specify the same value.
H A Dfaq.rst171 * Reduce the sending length to a small value that should not require
177 ``-l`` value set to 2 times the MSS and then 4 times, 6 times,
/iperf/
H A DRELNOTES.md361 * A new --dscp option allows specifying the DSCP value to be used
362 for outgoing packets (#508). The TOS byte value is now printed in
375 * The TCP rttvar value is now available in the JSON output (#534), as are
475 value. (While setting different values for --bandwidth and
575 * Fixed a bug that caused the wrong value to be printed for
H A Daclocal.m4374 # CONFIGNAME is the name given to the value in the libtool script.
377 # VARNAME. Any other value will be used directly.
382 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
416 [_lt_decl_filter([value], [1], $@)])
422 [_lt_decl_filter([value], [2], $@)])
454 # must have a single quote delimited value for this to work.
493 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
1818 # linker. It appears as though 1/2 is a usable value.
2142 # do not overwrite the value of need_locks provided by the user
5539 # Determine the default libpath from the value encoded in an
[all …]
H A Dconfigure.ac103 AC_MSG_ERROR([Invalid --with-sctp value])
H A DINSTALL188 them in the `configure' command line, using `VAR=value'. For example:
H A Dconfigure2554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2556 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2803 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3281 Please tell [email protected] about your system, including the value
16225 value = S[key]
16226 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16227 len += length(value) + length(field[++i])