Searched refs:remote_data_address (Results 1 – 5 of 5) sorted by relevance
428 extern char *remote_data_address;
3437 remote_data_address = malloc(strlen(arg1)+1);3438 strncpy(remote_data_address,arg1,strlen(arg1));
4753 remote_data_address = malloc(strlen(arg1)+1);4754 strncpy(remote_data_address,arg1,strlen(arg1));
721 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()
232 char *remote_data_address=NULL; variable