| /iperf/src/ |
| H A D | cjson.h | 269 CJSON_PUBLIC(cJSON*) cJSON_AddNullToObject(cJSON * const object, const char * const name); 270 CJSON_PUBLIC(cJSON*) cJSON_AddTrueToObject(cJSON * const object, const char * const name); 271 CJSON_PUBLIC(cJSON*) cJSON_AddFalseToObject(cJSON * const object, const char * const name); 272 CJSON_PUBLIC(cJSON*) cJSON_AddBoolToObject(cJSON * const object, const char * const name, const cJS… 273 CJSON_PUBLIC(cJSON*) cJSON_AddNumberToObject(cJSON * const object, const char * const name, const d… 274 CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const char * const name, const c… 275 CJSON_PUBLIC(cJSON*) cJSON_AddRawToObject(cJSON * const object, const char * const name, const char… 276 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name); 277 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name);
|
| H A D | dscp.c | 95 const char *name; member 134 for (i = 0; ipqos[i].name != NULL; i++) { in parse_qos() 135 if (strcasecmp(cp, ipqos[i].name) == 0) in parse_qos() 152 for (i = 0; ipqos[i].name != NULL; i++) { in iptos2str() 154 return ipqos[i].name; in iptos2str()
|
| H A D | queue.h | 94 #define SLIST_HEAD(name, type) \ argument 95 struct name { \ 167 #define LIST_HEAD(name, type) \ argument 168 struct name { \ 245 #define SIMPLEQ_HEAD(name, type) \ argument 246 struct name { \ 306 #define TAILQ_HEAD(name, type) \ argument 307 struct name { \ 413 #define CIRCLEQ_HEAD(name, type) \ argument 414 struct name { \
|
| H A D | cjson.c | 1881 if ((object == NULL) || (name == NULL)) in get_object_item() 2085 CJSON_PUBLIC(cJSON*) cJSON_AddNullToObject(cJSON * const object, const char * const name) in cJSON_AddNullToObject() argument 2088 if (add_item_to_object(object, name, null, &global_hooks, false)) in cJSON_AddNullToObject() 2100 if (add_item_to_object(object, name, true_item, &global_hooks, false)) in cJSON_AddTrueToObject() 2112 if (add_item_to_object(object, name, false_item, &global_hooks, false)) in cJSON_AddFalseToObject() 2124 if (add_item_to_object(object, name, bool_item, &global_hooks, false)) in cJSON_AddBoolToObject() 2136 if (add_item_to_object(object, name, number_item, &global_hooks, false)) in cJSON_AddNumberToObject() 2148 if (add_item_to_object(object, name, string_item, &global_hooks, false)) in cJSON_AddStringToObject() 2160 if (add_item_to_object(object, name, raw_item, &global_hooks, false)) in cJSON_AddRawToObject() 2172 if (add_item_to_object(object, name, object_item, &global_hooks, false)) in cJSON_AddObjectToObject() [all …]
|
| H A D | iperf_util.c | 372 char name[100]; in iperf_json_printf() local 380 np = name; in iperf_json_printf() 411 cJSON_AddItemToObject(o, name, j); in iperf_json_printf() 412 np = name; in iperf_json_printf()
|
| H A D | iperf_config.h.in | 123 /* Define to the full name of this package. */ 126 /* Define to the full name and version of this package. */ 129 /* Define to the one symbol short name of this package. */
|
| H A D | iperf.h | 234 char *name; member 250 char *name; member
|
| H A D | net.h | 30 int timeout_connect(int s, const struct sockaddr *name, socklen_t namelen, int timeout);
|
| H A D | net.c | 80 timeout_connect(int s, const struct sockaddr *name, socklen_t namelen, in timeout_connect() argument 95 if ((ret = connect(s, name, namelen)) != 0 && errno == EINPROGRESS) { in timeout_connect()
|
| H A D | iperf_sctp.c | 629 if ((gerror = getaddrinfo(xbe0->name, servname, &hints, &xbe0->ai)) != 0) { in iperf_sctp_bindx() 673 if ((gerror = getaddrinfo(xbe->name, servname, &hints, &xbe->ai)) != 0) { in iperf_sctp_bindx()
|
| H A D | iperf_api.c | 842 …d blocks: %d reverse: %d tos: %d target_bitrate: %d", test->protocol->name, (int64_t) test->nu… in iperf_on_test_start() 846 …iperf_printf(test, test_start_bytes, test->protocol->name, test->num_streams, test->settings->blks… in iperf_on_test_start() 848 …iperf_printf(test, test_start_blocks, test->protocol->name, test->num_streams, test->settings->blk… in iperf_on_test_start() 850 …iperf_printf(test, test_start_time, test->protocol->name, test->num_streams, test->settings->blksi… in iperf_on_test_start() 1390 xbe->name = strdup(optarg); in iperf_parse_arguments() 1391 if (!xbe->name) { in iperf_parse_arguments() 2813 tcp->name = "TCP"; in iperf_defaults() 2829 udp->name = "UDP"; in iperf_defaults() 2849 sctp->name = "SCTP"; in iperf_defaults() 2900 free(xbe->name); in iperf_free_test()
|
| H A D | Makefile.in | 1608 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1615 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1622 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1629 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1636 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1643 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1650 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
| /iperf/config/ |
| H A D | ltmain.sh | 6209 if (isalpha ((unsigned char) name[0]) && name[1] == ':') 6210 name += 2; 6213 for (base = name; *name; name++) 6546 if (name && *name && value && *value) 6567 if (name && *name && value && *value) 8586 add=-l$name 8589 add=-l$name 8634 add=-l$name 9430 name_save=$name 9719 name=$name_save [all …]
|
| H A D | test-driver | 45 test-driver --test-name NAME --log-file PATH --trs-file PATH 65 --test-name) test_name=$2; shift;;
|
| H A D | config.guess | 1217 if test -f /usr/options/cb.name; then 1218 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
|
| /iperf/ |
| H A D | iperf3.spec.in | 10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 25 Summary: Development files for %{name} 29 The %{name}-devel package contains libraries and header files for 30 developing applications that use %{name}. 101 - Changed the Spec name, removed static libs generation and devel
|
| H A D | aclocal.m4 | 1644 # Old name: 1688 # Old name: 1834 # Old name: 2070 # Old name: 3250 # Old name: 3892 # Old name: 4125 const char *name; 8155 # Old name: 8174 # Old name: 8300 # Old name: [all …]
|
| H A D | LICENSE | 15 (3) Neither the name of the University of California, Lawrence Berkeley 127 * 3. The name of the author may not be used to endorse or promote products 158 * 3. Neither the name of the University nor the names of its contributors
|
| H A D | INSTALL | 148 `--build=TYPE' option. TYPE can either be a short name for the system 149 type, such as `sun4', or a canonical name which has the form:
|
| H A D | configure | 1079 -program-transform-name | --program-transform-name \ 1087 -program-transform-name=* | --program-transform-name=* \ 1430 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1724 something starting with __ and the normal name is an alias. */ 2799 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 5105 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 5107 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 7036 const char *name; 11187 libname_spec='lib$name' 11393 libname_spec='$name'
|
| H A D | RELNOTES.md | 655 for the presence or absence of platform functionality, not the name 876 -F, --file name xmit/recv the specified file
|
| /iperf/contrib/ |
| H A D | Dockerfile | 9 …92.168.1.1 (note: since this is a minimal image and does not include DNS, name resolution will not…
|
| /iperf/docs/_esnet/ |
| H A D | LICENSE | 14 * Neither the name of the {organization} nor the names of its
|
| /iperf/docs/ |
| H A D | invoking.rst | 143 -F, --file name 166 device name are required for IPv6 link-local address literals. 257 dev. Note that a percent sign and interface device name are 376 -X, --xbind name 381 tion. Specifying at least one --X name will disable this behav-
|
| H A D | dev.rst | 48 -F, --file name xmit/recv the specified file
|