OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOSTNAMESIZE
(Results
1 - 3
of
3
) sorted by null
/external/netperf/
netsh.h
9
#define
HOSTNAMESIZE
255
40
extern char host_name[
HOSTNAMESIZE
];/* remote host name or ip addr */
41
extern char local_host_name[
HOSTNAMESIZE
];
netsh.c
122
char host_name[
HOSTNAMESIZE
]; /* remote host name or ip addr */
123
char local_host_name[
HOSTNAMESIZE
]; /* local hostname or ip */
nettest_bsd.c
740
local_data_address = malloc(
HOSTNAMESIZE
);
[
all
...]
Completed in 452 milliseconds