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

  /external/netperf/src/
netsh.h 9 #define HOSTNAMESIZE 255
83 extern char host_name[HOSTNAMESIZE];/* remote host name or ip addr */
84 extern char local_host_name[HOSTNAMESIZE];
netsh.c 104 host_name[HOSTNAMESIZE] = "", /* remote host name or ip addr */
105 local_host_name[HOSTNAMESIZE] = "", /* local hostname or ip */
    [all...]
nettest_bsd.c 893 local_data_address = malloc(HOSTNAMESIZE);
    [all...]

Completed in 219 milliseconds