OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:server_control
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/netperf2/
wait_before_data.patch
5
if ((bind (
server_control
,
8
- (listen (
server_control
,5) != SOCKET_ERROR)) {
9
+ (listen (
server_control
, 512) != SOCKET_ERROR)) {
/external/netperf/src/
netserver.c
190
SOCKET
server_control
;
variable
1110
(int)(UINT_PTR)
server_control
);
1173
/* while
server_control
is only used by the WIN32 path, but why
1175
of
server_control
in the WIN32 case? do we have to tell the
1177
server_control
= listen_fd;
[
all
...]
Completed in 555 milliseconds