Home
last modified time | relevance | path

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

/external/netperf/
Dnetlib.h428 extern char *remote_data_address;
Dnettest_sdp.c3437 remote_data_address = malloc(strlen(arg1)+1);
3438 strncpy(remote_data_address,arg1,strlen(arg1));
Dnettest_sctp.c4753 remote_data_address = malloc(strlen(arg1)+1);
4754 strncpy(remote_data_address,arg1,strlen(arg1));
Dnettest_bsd.c721 remote_data_address, in complete_addrinfos()
737 if (NULL == remote_data_address) { in complete_addrinfos()
12149 remote_data_address = malloc(strlen(arg1)+1); in scan_sockets_args()
12150 strncpy(remote_data_address,arg1,strlen(arg1)); in scan_sockets_args()
Dnetlib.c232 char *remote_data_address=NULL; variable