Home
last modified time | relevance | path

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

/external/netperf/
Dnetserver.c827 strncpy(local_host_name,"0.0.0.0",sizeof(local_host_name)); in main()
845 strncpy(local_host_name,arg1,sizeof(local_host_name)); in main()
855 strncpy(local_host_name,"::0",sizeof(local_host_name)); in main()
884 strncpy(local_host_name,"::0",sizeof(local_host_name)); in main()
972 set_up_server(local_host_name,listen_port,local_address_family); in main()
988 set_up_server(local_host_name,listen_port,local_address_family); in main()
997 set_up_server(local_host_name,listen_port,local_address_family); in main()
Dnetsh.c123 char local_host_name[HOSTNAMESIZE]; /* local hostname or ip */ variable
392 strcpy(local_host_name,""); /* we want it to be INADDR_ANY */ in set_defaults()
731 strncpy(local_host_name,arg1,sizeof(local_host_name)); in scan_cmd_line()
828 if ('\0' == local_host_name[0]) { in scan_cmd_line()
831 strcpy(local_host_name,"0.0.0.0"); in scan_cmd_line()
837 strcpy(local_host_name,"0.0.0.0"); in scan_cmd_line()
841 strcpy(local_host_name,"::0"); in scan_cmd_line()
852 strcpy(local_host_name,"::0"); in scan_cmd_line()
Dnetsh.h41 extern char local_host_name[HOSTNAMESIZE];
Dnetperf.c138 local_host_name,local_test_port,local_address_family); in main()
Dnettest_bsd.c741 local_host_name); in complete_addrinfos()
744 strcpy(local_data_address,local_host_name); in complete_addrinfos()