Home
last modified time | relevance | path

Searched refs:local_host_name (Results 1 – 5 of 5) sorted by relevance

/external/netperf/src/
Dnetsh.c105 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()
Dnetserver.c1314 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()
Dnetsh.h84 extern char local_host_name[HOSTNAMESIZE];
Dnetperf.c141 local_host_name,local_test_port,local_address_family); in main()
Dnettest_bsd.c893 local_host_name); in complete_addrinfos()
896 strcpy(local_data_address,local_host_name); in complete_addrinfos()