Home | History | Annotate | Download | only in netperf

Lines Matching refs:remote_data_address

3442 	remote_data_address = malloc(strlen(arg1)+1);
3443 strncpy(remote_data_address,arg1,strlen(arg1));