Searched refs:remote_data_address (Results 1 – 6 of 6) sorted by relevance
/external/netperf/src/ |
D | netlib.h | 484 extern char *remote_data_address;
|
D | nettest_sdp.c | 3437 remote_data_address = malloc(strlen(arg1)+1); 3438 strncpy(remote_data_address,arg1,strlen(arg1));
|
D | nettest_bsd.c | 873 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()
|
D | nettest_sctp.c | 4727 remote_data_address = malloc(strlen(arg1)+1); in scan_sctp_args() 4728 strncpy(remote_data_address,arg1,strlen(arg1)); in scan_sctp_args()
|
D | nettest_omni.c | 1872 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()
|
D | netlib.c | 233 char *remote_data_address=NULL; variable
|