Home
last modified time | relevance | path

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

/external/netperf/src/
Dnetlib.h484 extern char *remote_data_address;
Dnettest_sdp.c3437 remote_data_address = malloc(strlen(arg1)+1);
3438 strncpy(remote_data_address,arg1,strlen(arg1));
Dnettest_bsd.c873 remote_data_address, in complete_addrinfos()
889 if (NULL == remote_data_address) { in complete_addrinfos()
934 if (remote_data_address == NULL) in complete_addrinfos()
935 remote_data_address = remote_host; in complete_addrinfos()
13024 remote_data_address = malloc(strlen(arg1)+1); in scan_sockets_args()
13025 strncpy(remote_data_address,arg1,strlen(arg1)); in scan_sockets_args()
Dnettest_sctp.c4727 remote_data_address = malloc(strlen(arg1)+1); in scan_sctp_args()
4728 strncpy(remote_data_address,arg1,strlen(arg1)); in scan_sctp_args()
Dnettest_omni.c1872 remote_data_address, 1, 0, NETPERF_TYPE_CHAR); in print_omni_init_list()
7123 remote_data_address = malloc(strlen(arg1)+1); in scan_omni_args()
7124 strcpy(remote_data_address,arg1); in scan_omni_args()
Dnetlib.c233 char *remote_data_address=NULL; variable