Home
last modified time | relevance | path

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

/external/netperf/src/
Dnetsh.h10 #define PORTBUFSIZE 10 macro
85 extern char test_port[PORTBUFSIZE]; /* where is the test waiting */
86 extern char local_test_port[PORTBUFSIZE];
Dnetsh.c107 test_port[PORTBUFSIZE] = "12865", /* where is the test waiting */
108 local_test_port[PORTBUFSIZE] = "0"; /* from whence we should start */
944 strncpy(test_port,arg1,PORTBUFSIZE); in scan_cmd_line()
946 strncpy(local_test_port,arg2,PORTBUFSIZE); in scan_cmd_line()
Dnettest_sdp.c1583 char port_buffer[PORTBUFSIZE]; in recv_sdp_stream()
1913 char port_buffer[PORTBUFSIZE]; in recv_sdp_maerts()
2995 char port_buffer[PORTBUFSIZE]; in recv_sdp_rr()
Dnettest_sctp.c1065 char port_buffer[PORTBUFSIZE]; in recv_sctp_stream()
2222 char port_buffer[PORTBUFSIZE]; in recv_sctp_stream_1toMany()
3245 char port_buffer[PORTBUFSIZE]; in recv_sctp_rr()
4297 char port_buffer[PORTBUFSIZE]; in recv_sctp_rr_1toMany()
Dnettest_bsd.c4899 char port_buffer[PORTBUFSIZE]; in recv_tcp_stream()
5244 char port_buffer[PORTBUFSIZE]; in recv_tcp_maerts()
7037 char port_buffer[PORTBUFSIZE]; in recv_udp_stream()
8050 char port_buffer[PORTBUFSIZE]; in recv_udp_rr()
8363 char port_buffer[PORTBUFSIZE]; in recv_tcp_rr()
9473 char port_buffer[PORTBUFSIZE]; in recv_tcp_conn_rr()
11625 char port_buffer[PORTBUFSIZE]; in recv_tcp_nbrr()
12592 char port_buffer[PORTBUFSIZE]; in recv_tcp_cc()
Dnettest_omni.c4978 char port_buffer[PORTBUFSIZE]; in recv_omni()