Searched refs:p (Results 1 – 15 of 15) sorted by relevance
| /iperf/src/ |
| H A D | cjson.c | 451 if ((p == NULL) || (p->buffer == NULL)) in ensure() 456 if ((p->length > 0) && (p->offset >= p->length)) in ensure() 471 return p->buffer + p->offset; in ensure() 502 p->hooks.deallocate(p->buffer); in ensure() 515 p->hooks.deallocate(p->buffer); in ensure() 523 memcpy(newbuffer, p->buffer, p->offset + 1); in ensure() 525 p->hooks.deallocate(p->buffer); in ensure() 2561 p = n; in cJSON_CreateIntArray() 2597 p = n; in cJSON_CreateFloatArray() 2633 p = n; in cJSON_CreateDoubleArray() [all …]
|
| H A D | Makefile.in | 123 *) f=$$p;; \ 130 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 132 for p in $$list; do echo "$$p $$p"; done | \ 770 for p in $$list; do echo "$$p $$p"; done | \ 772 while read p p1; do if test -f $$p \ 774 ; then echo "$$p"; echo "$$p"; else :; fi; \ 796 files=`for p in $$list; do echo "$$p"; done | \ 849 locs=`for p in $$list; do echo $$p; done | \ 1320 echo "$$d$$p"; echo "$$p"; \ 1363 echo "$$d$$p"; echo "$$p"; \ [all …]
|
| H A D | iperf_client_api.c | 139 struct iperf_test *test = client_data.p; in test_timer_proc() 148 struct iperf_test *test = client_data.p; in client_stats_timer_proc() 159 struct iperf_test *test = client_data.p; in client_reporter_timer_proc() 183 cd.p = test; in create_client_timers() 213 struct iperf_test *test = client_data.p; in client_omit_timer_proc() 248 cd.p = test; in create_client_omit_timer()
|
| H A D | iperf_server_api.c | 255 struct iperf_test *test = client_data.p; in server_timer_proc() 275 struct iperf_test *test = client_data.p; in server_stats_timer_proc() 286 struct iperf_test *test = client_data.p; in server_reporter_timer_proc() 307 cd.p = test; in create_server_timers() 339 struct iperf_test *test = client_data.p; in server_omit_timer_proc() 369 cd.p = test; in create_server_omit_timer()
|
| H A D | timer.h | 44 void* p; member
|
| H A D | iperf_api.c | 962 iperf_parse_hostname(struct iperf_test *test, char *spec, char **p, char **p1) { in iperf_parse_hostname() argument 966 if ((*p = strtok(spec, "%")) != NULL && in iperf_parse_hostname() 973 if (inet_pton(AF_INET6, *p, &ipv6_addr) == 1 && in iperf_parse_hostname() 986 iperf_printf(test, "p %s p1 %s\n", *p, *p1); in iperf_parse_hostname() 1094 char *p, *p1; in iperf_parse_arguments() local 1178 if (iperf_parse_hostname(test, optarg, &p, &p1)) { in iperf_parse_arguments() 1182 iperf_set_test_server_hostname(test, p); in iperf_parse_arguments() 1304 if (iperf_parse_hostname(test, optarg, &p, &p1)) { in iperf_parse_arguments() 1308 iperf_set_test_server_hostname(test, p); in iperf_parse_arguments() 1944 struct iperf_stream *sp = client_data.p; in send_timer_proc() [all …]
|
| /iperf/config/ |
| H A D | ltmain.sh | 6189 if (!p) 6192 return p; 6298 for (p = wrapper; *p; p++) 6310 for (p = path; *p; p = p_next) 6372 char *p; 6389 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) 6390 p--; 6391 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) 6396 *p = '\0'; 6633 char *p; [all …]
|
| H A D | config.guess | 1584 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
|
| /iperf/contrib/ |
| H A D | Dockerfile | 8 # - Server: docker run -p 5201:5201 -it iperf3 -s
|
| /iperf/ |
| H A D | aclocal.m4 | 1174 p 7565 case $prev$p in 7572 prev=$p 7578 case $p in 7579 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; 7580 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; 7584 case $p in 7585 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; 8568 [p=${PACKAGE-default} 8622 [p=${PACKAGE-default} [all …]
|
| H A D | iperf3.spec.in | 42 mkdir -p %{buildroot}%{_mandir}/man1
|
| H A D | configure | 1959 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 8437 enableval=$enable_shared; p=${PACKAGE-default} 8447 if test "X$pkg" = "X$p"; then 8469 enableval=$enable_static; p=${PACKAGE-default} 8479 if test "X$pkg" = "X$p"; then 8532 enableval=$enable_fast_install; p=${PACKAGE-default} 8542 if test "X$pkg" = "X$p"; then 10325 …-e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $ex… 14093 iptr p = 0;
|
| H A D | Makefile.in | 659 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
| /iperf/docs/ |
| H A D | invoking.rst | 61 from an iperf3 client. A custom port can be specified by using the -p 64 iperf3 -s -p 5002 81 iperf3 -c iperf3.example.com -p 5002 95 iperf3 -c iperf3.example.com -p 5202 -R 129 -p, --port n
|
| /iperf/examples/ |
| H A D | Makefile.in | 355 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|