Searched refs:PORTBUFSIZE (Results 1 - 5 of 5) sorted by relevance

/external/netperf/
H A Dnetsh.h10 #define PORTBUFSIZE 10 macro
42 extern char test_port[PORTBUFSIZE]; /* where is the test waiting */
43 extern char local_test_port[PORTBUFSIZE];
H A Dnetsh.c125 char test_port[PORTBUFSIZE]; /* where is the test waiting */
126 char local_test_port[PORTBUFSIZE]; /* from whence we should start */
396 strncpy(test_port,"12865",PORTBUFSIZE); /* where is the test waiting */
397 strncpy(local_test_port,"0",PORTBUFSIZE);/* INPORT_ANY as it were */
715 strncpy(test_port,arg1,PORTBUFSIZE);
717 strncpy(local_test_port,arg2,PORTBUFSIZE);
H A Dnettest_sdp.c1586 char port_buffer[PORTBUFSIZE];
1917 char port_buffer[PORTBUFSIZE];
3000 char port_buffer[PORTBUFSIZE];
H A Dnettest_sctp.c1083 char port_buffer[PORTBUFSIZE];
2247 char port_buffer[PORTBUFSIZE];
3275 char port_buffer[PORTBUFSIZE];
4332 char port_buffer[PORTBUFSIZE];
H A Dnettest_bsd.c4253 char port_buffer[PORTBUFSIZE];
4582 char port_buffer[PORTBUFSIZE];
6293 char port_buffer[PORTBUFSIZE];
7248 char port_buffer[PORTBUFSIZE];
7562 char port_buffer[PORTBUFSIZE];
8664 char port_buffer[PORTBUFSIZE];
10795 char port_buffer[PORTBUFSIZE];
11754 char port_buffer[PORTBUFSIZE];

Completed in 575 milliseconds