HomeSort by relevance Sort by last modified time
    Searched refs:local_host_name (Results 1 - 5 of 5) sorted by null

  /external/netperf/src/
netsh.c 105 local_host_name[HOSTNAMESIZE] = "", /* local hostname or ip */ variable
967 strncpy(local_host_name,arg1,sizeof(local_host_name));
1113 if ('\0' == local_host_name[0]) {
1119 strcpy(local_host_name,"0.0.0.0");
1128 strcpy(local_host_name,"0.0.0.0");
1132 strcpy(local_host_name,"::0");
1143 strcpy(local_host_name,"::0");
    [all...]
netsh.h 84 extern char local_host_name[HOSTNAMESIZE];
netserver.c 1314 strncpy(local_host_name,arg1,sizeof(local_host_name));
    [all...]
netperf.c 141 local_host_name,local_test_port,local_address_family);
nettest_bsd.c 897 "local_data_address not set, using local_host_name of '%s'\n",
898 local_host_name);
901 strcpy(local_data_address,local_host_name);
    [all...]

Completed in 73 milliseconds