Searched refs:local_host_name (Results 1 – 5 of 5) sorted by relevance
/external/netperf/src/ |
D | netsh.c | 105 local_host_name[HOSTNAMESIZE] = "", /* local hostname or ip */ variable 964 strncpy(local_host_name,arg1,sizeof(local_host_name)); in scan_cmd_line() 1110 if ('\0' == local_host_name[0]) { in scan_cmd_line() 1116 strcpy(local_host_name,"0.0.0.0"); in scan_cmd_line() 1125 strcpy(local_host_name,"0.0.0.0"); in scan_cmd_line() 1129 strcpy(local_host_name,"::0"); in scan_cmd_line() 1140 strcpy(local_host_name,"::0"); in scan_cmd_line()
|
D | netserver.c | 1314 strncpy(local_host_name,arg1,sizeof(local_host_name)); in scan_netserver_args() 1530 strncpy(local_host_name,"",sizeof(local_host_name)); in main() 1557 setup_listens(local_host_name,listen_port,local_address_family); in main()
|
D | netsh.h | 84 extern char local_host_name[HOSTNAMESIZE];
|
D | netperf.c | 141 local_host_name,local_test_port,local_address_family); in main()
|
D | nettest_bsd.c | 893 local_host_name); in complete_addrinfos() 896 strcpy(local_data_address,local_host_name); in complete_addrinfos()
|