Home
last modified time | relevance | path

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

/external/netperf/
Dnetsh.h10 #define PORTBUFSIZE 10 macro
42 extern char test_port[PORTBUFSIZE]; /* where is the test waiting */
43 extern char local_test_port[PORTBUFSIZE];
Dnetsh.c125 char test_port[PORTBUFSIZE]; /* where is the test waiting */
126 char local_test_port[PORTBUFSIZE]; /* from whence we should start */
394 strncpy(test_port,"12865",PORTBUFSIZE); /* where is the test waiting */ in set_defaults()
395 strncpy(local_test_port,"0",PORTBUFSIZE);/* INPORT_ANY as it were */ in set_defaults()
711 strncpy(test_port,arg1,PORTBUFSIZE); in scan_cmd_line()
713 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.c1077 char port_buffer[PORTBUFSIZE]; in recv_sctp_stream()
2239 char port_buffer[PORTBUFSIZE]; in recv_sctp_stream_1toMany()
3265 char port_buffer[PORTBUFSIZE]; in recv_sctp_rr()
4320 char port_buffer[PORTBUFSIZE]; in recv_sctp_rr_1toMany()
Dnettest_bsd.c4243 char port_buffer[PORTBUFSIZE]; in recv_tcp_stream()
4571 char port_buffer[PORTBUFSIZE]; in recv_tcp_maerts()
6279 char port_buffer[PORTBUFSIZE]; in recv_udp_stream()
7232 char port_buffer[PORTBUFSIZE]; in recv_udp_rr()
7545 char port_buffer[PORTBUFSIZE]; in recv_tcp_rr()
8644 char port_buffer[PORTBUFSIZE]; in recv_tcp_conn_rr()
10771 char port_buffer[PORTBUFSIZE]; in recv_tcp_nbrr()
11728 char port_buffer[PORTBUFSIZE]; in recv_tcp_cc()