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

  /external/netperf/
netserver.c 827 strncpy(local_host_name,"0.0.0.0",sizeof(local_host_name));
845 strncpy(local_host_name,arg1,sizeof(local_host_name));
850 local_host_name accordingly. since our defaults are IPv4
855 strncpy(local_host_name,"::0",sizeof(local_host_name));
884 strncpy(local_host_name,"::0",sizeof(local_host_name));
972 set_up_server(local_host_name,listen_port,local_address_family)
    [all...]
netsh.c 123 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");
netsh.h 41 extern char local_host_name[HOSTNAMESIZE];
netperf.c 138 local_host_name,local_test_port,local_address_family);
nettest_bsd.c 744 "local_data_address not set, using local_host_name of '%s'\n",
745 local_host_name);
748 strcpy(local_data_address,local_host_name);
    [all...]

Completed in 437 milliseconds