Searched defs:local_host_name (Results 1 - 1 of 1) sorted by relevance

/external/netperf/
H A Dnetsh.c123 char local_host_name[HOSTNAMESIZE]; /* local hostname or ip */ variable
394 strcpy(local_host_name,""); /* we want it to be INADDR_ANY */
735 strncpy(local_host_name,arg1,sizeof(local_host_name));
832 if ('\0' == local_host_name[0]) {
835 strcpy(local_host_name,"0.0.0.0");
841 strcpy(local_host_name,"0.0.0.0");
845 strcpy(local_host_name,"::0");
856 strcpy(local_host_name,"::0");

Completed in 80 milliseconds