OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_TCP_SERVER_PORT
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/network/sockets/
ltpServer.c
42
#define
LOCAL_TCP_SERVER_PORT
10001
192
tcpServerAddr.sin_port = htons(
LOCAL_TCP_SERVER_PORT
);
199
argv[0],
LOCAL_TCP_SERVER_PORT
);
203
argv[0],
LOCAL_TCP_SERVER_PORT
);
271
LOCAL_TCP_SERVER_PORT
);
ltpClient.c
47
#define
LOCAL_TCP_SERVER_PORT
10001
138
tcpRemoteServerAddr.sin_port = htons(
LOCAL_TCP_SERVER_PORT
);
Completed in 36 milliseconds