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

/external/netperf/src/
H A Dnetsh.h10 #define PORTBUFSIZE 10 macro
85 extern char test_port[PORTBUFSIZE]; /* where is the test waiting */
86 extern char local_test_port[PORTBUFSIZE];
H A Dnetsh.c107 test_port[PORTBUFSIZE] = "12865", /* where is the test waiting */
108 local_test_port[PORTBUFSIZE] = "0"; /* from whence we should start */
947 strncpy(test_port,arg1,PORTBUFSIZE);
949 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.c1071 char port_buffer[PORTBUFSIZE];
2230 char port_buffer[PORTBUFSIZE];
3255 char port_buffer[PORTBUFSIZE];
4309 char port_buffer[PORTBUFSIZE];
H A Dnettest_bsd.c4912 char port_buffer[PORTBUFSIZE];
5258 char port_buffer[PORTBUFSIZE];
7054 char port_buffer[PORTBUFSIZE];
8069 char port_buffer[PORTBUFSIZE];
8383 char port_buffer[PORTBUFSIZE];
9496 char port_buffer[PORTBUFSIZE];
11652 char port_buffer[PORTBUFSIZE];
12621 char port_buffer[PORTBUFSIZE];
H A Dnettest_omni.c4979 char port_buffer[PORTBUFSIZE];

Completed in 3207 milliseconds