OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORTBUFSIZE
(Results
1 - 5
of
5
) sorted by null
/external/netperf/
netsh.h
10
#define
PORTBUFSIZE
10
42
extern char test_port[
PORTBUFSIZE
]; /* where is the test waiting */
43
extern char local_test_port[
PORTBUFSIZE
];
netsh.c
125
char test_port[
PORTBUFSIZE
]; /* where is the test waiting */
126
char local_test_port[
PORTBUFSIZE
]; /* from whence we should start */
396
strncpy(test_port,"12865",
PORTBUFSIZE
); /* where is the test waiting */
397
strncpy(local_test_port,"0",
PORTBUFSIZE
);/* INPORT_ANY as it were */
715
strncpy(test_port,arg1,
PORTBUFSIZE
);
717
strncpy(local_test_port,arg2,
PORTBUFSIZE
);
nettest_sdp.c
[
all
...]
nettest_sctp.c
[
all
...]
nettest_bsd.c
[
all
...]
Completed in 890 milliseconds